TYPO3 CMS 8.x Extension with basic Integration of Elasticsearch
Go to file
Daniel Siepmann a232ae0b36
BUGFIX: Respect page uid of content records
Do not index content records of all pages while indexing pages in CMS
8.x.

We add same logic as for CMS 7.x, we extend the query to only fetch
records from current page.

Resolves: #135
2018-03-15 08:08:47 +01:00
.phan TASK: Add phan configuration 2018-03-08 11:08:18 +01:00
Classes BUGFIX: Respect page uid of content records 2018-03-15 08:08:47 +01:00
Configuration FEATURE: Provide new feature to configure fields to search in 2017-11-29 18:57:09 +01:00
Documentation Merge remote-tracking branch 'origin/develop' into feature/support-typo3-7-to-8 2018-03-14 20:13:03 +01:00
Resources/Private/Templates/Search TASK: Migrate existing code (#2) 2016-12-09 13:19:35 +01:00
Tests BUGFIX: Respect page uid of content records 2018-03-15 08:08:47 +01:00
.gitignore FEATURE: Add first code and tests to integrate travis ci 2016-12-09 11:47:28 +01:00
.scrutinizer.yml TASK: Switch to new php scurtinizer engine 2018-03-06 17:58:27 +01:00
.travis.yml TASK: Make extension compatible with CMS 7.6 2018-03-13 20:34:56 +01:00
composer.json TASK: Support tests for TYPO3 CMS 7.6 2018-03-13 11:58:01 +01:00
ext_conf_template.txt FEATURE: Allow to disable elasticsearch integration 2018-02-22 20:56:51 +01:00
ext_emconf.php TASK: Support tests for TYPO3 CMS 7.6 2018-03-13 11:58:01 +01:00
ext_localconf.php TASK: Keep old logic to make changes smaller 2018-03-14 20:23:04 +01:00
ext_tables.php TASK: Rename vendor 2017-07-06 23:48:47 +02:00
Makefile TASK: Make extension compatible with CMS 7.6 2018-03-13 20:34:56 +01:00
phpcs.xml.dist TASK: Use Code Sniffer at travis 2017-11-11 16:52:02 +01:00
readme.rst FEATURE: Add readme by reusing documentation 2016-12-16 12:20:54 +01:00

TYPO3 Extension search_core

Introduction

What does it do?

The goal of this extension is to provide search integrations into TYPO3 CMS. The extension will provide a convenient API to allow developers to provide concrete implementations of backends like Elasticsearch, Algolia or Solr.

The extension provides integration into TYPO3 like a frontend plugin for searches and hooks to update search indexes on updates. Also a command line interface is provided for interactions like re-indexing.

Current state

This is still a very early beta version. More information can be taken from Github at current issues.

We are also focusing on Code Quality and Testing through travis ci, phpcs, phpunit and phpstan.