2018-03-08 08:17:41 +01:00
|
|
|
TYPO3 Extension search_core
|
|
|
|
===========================
|
2016-12-16 12:09:59 +01:00
|
|
|
|
|
|
|
Introduction
|
|
|
|
============
|
|
|
|
|
|
|
|
What does it do?
|
|
|
|
----------------
|
|
|
|
|
|
|
|
The goal of this extension is to provide search integrations into TYPO3 CMS. The extension will
|
2018-03-08 08:17:41 +01:00
|
|
|
provide a convenient API to allow developers to provide concrete implementations of backends like
|
|
|
|
Elasticsearch, Algolia or Solr.
|
2016-12-16 12:09:59 +01:00
|
|
|
|
|
|
|
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
|
2018-03-08 08:17:41 +01:00
|
|
|
re-indexing.
|
2016-12-16 12:09:59 +01:00
|
|
|
|
|
|
|
Current state
|
|
|
|
-------------
|
|
|
|
|
2017-07-06 16:17:30 +02:00
|
|
|
This is still a very early beta version. More information can be taken from Github at
|
2018-03-08 08:17:41 +01:00
|
|
|
`current issues`_.
|
2016-12-16 12:09:59 +01:00
|
|
|
|
2018-03-08 08:17:41 +01:00
|
|
|
We are also focusing on Code Quality and Testing through `travis ci`_, ``phpcs``, ``phpunit`` and
|
|
|
|
``phpstan``.
|
2016-12-16 12:09:59 +01:00
|
|
|
|
2017-07-06 23:48:47 +02:00
|
|
|
.. _current issues: https://github.com/Codappix/search_core/issues
|
|
|
|
.. _travis ci: https://travis-ci.org/Codappix/search_core
|