mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-01 07:16:12 +01:00
Daniel Siepmann
82d397c428
Before this change, sys_language_uid was indexed as an empty string, due to internal used TYPO3 API. We now skip the configure field which defines language uid. This way you can build filter based on current language. Resolves #148 |
||
---|---|---|
.. | ||
changelog | ||
configuration | ||
development | ||
changelog.rst | ||
concepts.rst | ||
conf.py | ||
configuration.rst | ||
connections.rst | ||
dataprocessors.rst | ||
development.rst | ||
features.rst | ||
index.rst | ||
indexer.rst | ||
installation.rst | ||
readme.rst | ||
usage.rst |
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
.