mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-13 11:56:11 +01:00
Daniel Siepmann
92af364b8d
This extension currently ships with Elasticsearch integration which is enabled by default. This behaviour is kept for backwards compatibility. Still you now have the possibility to disable this integration in extension manager, just check the "disable" box for elasticsearch. In the future elasticsearch will become another extension and no default is shipped with search_core. But for now, as we are still in alpha / beta phase we keep things together to keep development fast. Resolves: #111 |
||
---|---|---|
.. | ||
configuration | ||
concepts.rst | ||
conf.py | ||
configuration.rst | ||
connections.rst | ||
development.rst | ||
features.rst | ||
index.rst | ||
indexer.rst | ||
installation.rst | ||
readme.rst | ||
usage.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.