search_core/Documentation/source
Daniel Siepmann ee3987a746
Merge branch 'develop' into support/76
Conflicts:
    Classes/DataProcessing/ProcessorInterface.php
    Classes/Domain/Index/AbstractIndexer.php
    Classes/Integration/Form/Finisher/DataHandlerFinisher.php
    Makefile
    Tests/Functional/Connection/Elasticsearch/FilterTest.php
    Tests/Functional/Fixtures/BasicSetup.ts
    Tests/Unit/Integration/Form/Finisher/DataHandlerFinisherTest.php
    composer.json
2018-03-08 11:58:31 +01:00
..
changelog !!!|FEATURE: Pass facet configuration to search service 2018-03-06 12:05:32 +01:00
configuration FEATURE: Allow range queries for elasticsearch 2018-03-06 16:42:22 +01:00
changelog.rst !!!|FEATURE: Pass facet configuration to search service 2018-03-06 12:05:32 +01:00
concepts.rst TASK: Update documentation for data processing 2018-03-06 10:47:14 +01:00
conf.py FEATURE: Add data processing to extension 2017-10-14 13:02:48 +02:00
configuration.rst FEATURE: Allow to disable elasticsearch integration 2018-02-22 20:56:51 +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 documentation for data processing 2018-03-06 10:47:14 +01:00
index.rst !!!|FEATURE: Pass facet configuration to search service 2018-03-06 12:05:32 +01:00
indexer.rst FEATURE: Add data processing to extension 2017-10-14 13:02:48 +02:00
installation.rst FEATURE: Allow to disable elasticsearch integration 2018-02-22 20:56:51 +01:00
readme.rst Merge branch 'develop' into support/62 2017-07-11 08:33:20 +02:00
usage.rst Merge pull request #98 from Codappix/feature/provide-form-finisher 2017-11-10 22:05:34 +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 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.