search_core/Documentation/source
Daniel Siepmann 0716b5a3d2
!!!|TASK: Replace abstractFields with CopyToProcessor
Do not implement feature with custom code, but use existing feature to
create search_abstract field.

Also execute DataProcessing in AbstractIndexer, not in TcaTableService,
to affect all current available indexers, not only some.
Also this is the place to be.
2017-12-19 17:03:05 +01:00
..
concepts.rst TASK: Update docs 2017-07-06 16:17:30 +02:00
conf.py TASK: Rename vendor 2017-07-06 23:48:47 +02:00
configuration.rst !!!|TASK: Replace abstractFields with CopyToProcessor 2017-12-19 17:03:05 +01:00
connections.rst TASK: Update docs 2017-07-06 16:17:30 +02:00
development.rst TASK: Update docs 2017-07-06 16:17:30 +02:00
features.rst TASK: Update docs 2017-07-06 16:17:30 +02:00
index.rst TASK: Update docs 2017-06-29 08:42:38 +02:00
indexer.rst !!!|TASK: Replace abstractFields with CopyToProcessor 2017-12-19 17:03:05 +01:00
installation.rst TASK: Update docs 2017-07-06 16:17:30 +02:00
readme.rst Merge branch 'develop' into support/62 2017-07-11 08:33:20 +02:00
usage.rst TASK: Update docs 2017-07-06 16:17:30 +02: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 abstract the concrete implementations to allow exchange of concrete backends like Elasticsearch 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 reindexing.

Current state

This is still a very early beta version. More information can be taken from Github at current issues and current projects.

We are also focusing on Code Quality and Testing through travis ci, scrutinizer and codacy.