mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 03:56:11 +01:00
TYPO3 CMS 8.x Extension with basic Integration of Elasticsearch
Daniel Siepmann
47b3282034
Relations were inserted by TYPO3's DataHandler after indexing and were therefore not indexed. We now use a later hook after DataHandler has finished everything, so we know that we can index. As it's not relevant, we do not differentiate between add and update anymore, as both trigger "indexDocument" internal. Resolves: #112 |
||
---|---|---|
Classes | ||
Configuration | ||
Documentation | ||
Resources/Private/Templates/Search | ||
Tests | ||
.gitignore | ||
.scrutinizer.yml | ||
.travis.yml | ||
composer.json | ||
ext_emconf.php | ||
ext_localconf.php | ||
ext_tables.php | ||
Makefile | ||
readme.rst |
TYPO3 Extension search_core's documentation!
Introduction
What does it do?
The goal of this extension is to provide search integrations into TYPO3 CMS. The extension will abstract the concrete implementations to allow exchange of concrete backends like Elasticsearch 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 reindexing.
Current state
This is still a very early beta version. More information can be taken from Github at current issues and current projects.
We are also focusing on Code Quality and Testing through travis ci, scrutinizer and codacy.