2016-12-16 12:09:59 +01:00
|
|
|
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
|
2016-12-16 12:55:23 +01:00
|
|
|
abstract the concrete implementations to allow exchange of concrete backends like Elasticsearch or
|
2016-12-16 12:09:59 +01:00
|
|
|
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
|
|
|
|
-------------
|
|
|
|
|
2017-07-06 16:17:30 +02:00
|
|
|
This is still a very early beta version. More information can be taken from Github at
|
2016-12-16 12:09:59 +01:00
|
|
|
`current issues`_ and `current projects`_.
|
|
|
|
|
|
|
|
We are also focusing on Code Quality and Testing through `travis ci`_, `scrutinizer`_ and `codacy`_.
|
|
|
|
|
2017-07-06 23:48:47 +02:00
|
|
|
.. _current issues: https://github.com/Codappix/search_core/issues
|
|
|
|
.. _current projects: https://github.com/Codappix/search_core/projects
|
|
|
|
.. _travis ci: https://travis-ci.org/Codappix/search_core
|
|
|
|
.. _scrutinizer: https://scrutinizer-ci.com/g/Codappix/search_core/inspections
|
|
|
|
.. _codacy: https://www.codacy.com/app/Codappix/search_core/dashboard
|
2016-12-16 12:09:59 +01:00
|
|
|
|