search_core/Documentation
Daniel Siepmann 839a9a954a
Improve documentation
* Update some parts regarding current state.

Relates: #176
2019-06-06 17:19:49 +02:00
..
changelog Improve documentation 2019-06-06 17:19:49 +02:00
configuration Improve documentation 2019-06-06 17:19:49 +02:00
development Improve documentation 2019-06-06 17:19:49 +02:00
changelog.rst TASK: Migrate documentation to TYPO3 support setup 2019-06-06 17:19:44 +02:00
concepts.rst TASK: Migrate documentation to TYPO3 support setup 2019-06-06 17:19:44 +02:00
configuration.rst Improve documentation 2019-06-06 17:19:49 +02:00
connections.rst TASK: Migrate documentation to TYPO3 support setup 2019-06-06 17:19:44 +02:00
dataprocessors.rst TASK: Migrate documentation to TYPO3 support setup 2019-06-06 17:19:44 +02:00
development.rst TASK: Migrate documentation to TYPO3 support setup 2019-06-06 17:19:44 +02:00
features.rst Improve documentation 2019-06-06 17:19:49 +02:00
index.rst Improve documentation 2019-06-06 17:19:49 +02:00
indexer.rst Improve documentation 2019-06-06 17:19:49 +02:00
installation.rst Improve documentation 2019-06-06 17:19:49 +02:00
readme.rst Improve documentation 2019-06-06 17:19:49 +02:00
Settings.cfg Improve documentation 2019-06-06 17:19:49 +02:00
usage.rst Improve documentation 2019-06-06 17:19:49 +02:00

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.