search_core/Documentation/source
Justus Moroni 2b56d4c2d5 Merge branch 'develop' into feature/75-make-index-configurable
# Conflicts:
#	Documentation/source/configuration/connections.rst
#	Documentation/source/connections.rst
2018-05-17 23:51:55 +02:00
..
changelog !!!|FEATURE: Extract relation resolver to data processor 2018-04-24 11:00:29 +02:00
configuration Merge branch 'develop' into feature/75-make-index-configurable 2018-05-17 23:51:55 +02:00
development TASK: Support tests for TYPO3 CMS 7.6 2018-03-13 11:58:01 +01:00
changelog.rst !!!|FEATURE: Extract relation resolver to data processor 2018-04-24 11:00:29 +02:00
concepts.rst TASK: Update / cleanup documentation 2018-03-08 11:35:50 +01:00
conf.py Merge remote-tracking branch 'origin/master' into release/0.0.4 2018-04-26 07:54:55 +02:00
configuration.rst TASK: Update / cleanup documentation 2018-03-08 11:35:50 +01:00
connections.rst FEATURE: Provide new feature to configure the index 2018-05-17 23:42:13 +02:00
dataprocessors.rst !!!|FEATURE: Extract relation resolver to data processor 2018-04-24 11:00:29 +02:00
development.rst TASK: Update / cleanup documentation 2018-03-08 11:35:50 +01:00
features.rst TASK: Update / cleanup documentation 2018-03-08 11:35:50 +01:00
index.rst TASK: Update / cleanup documentation 2018-03-08 11:35:50 +01:00
indexer.rst TASK: Update / cleanup documentation 2018-03-08 11:35:50 +01:00
installation.rst TASK: Fix version in install instruction 2018-04-26 09:55:25 +02:00
readme.rst TASK: Update / cleanup documentation 2018-03-08 11:35:50 +01:00
usage.rst TASK: Update / cleanup documentation 2018-03-08 11:35:50 +01: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.