search_core/Documentation/source/readme.rst
Daniel Siepmann 4756da5c5d
TASK: Update / cleanup documentation
Code and docs have diverged a bit. We therefore need to update them.
2018-03-08 11:35:50 +01:00

925 B

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.