TYPO3 CMS 8.x Extension with basic Integration of Elasticsearch
Find a file
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
Classes Merge branch 'develop' into support/76 2018-03-08 11:58:31 +01:00
Configuration FEATURE: Provide new feature to configure fields to search in 2017-11-29 18:57:09 +01:00
Documentation Merge branch 'develop' into support/76 2018-03-08 11:58:31 +01:00
Resources/Private/Templates/Search TASK: Migrate existing code (#2) 2016-12-09 13:19:35 +01:00
Tests Merge branch 'develop' into support/76 2018-03-08 11:58:31 +01:00
.gitignore FEATURE: Add first code and tests to integrate travis ci 2016-12-09 11:47:28 +01:00
.scrutinizer.yml CLEANUP: Scrutinizer issues 2016-12-20 16:54:46 +01:00
.travis.yml Merge branch 'develop' into support/76 2018-03-08 11:58:31 +01:00
composer.json Merge branch 'develop' into support/76 2018-03-08 11:58:31 +01:00
ext_conf_template.txt FEATURE: Allow to disable elasticsearch integration 2018-02-22 20:56:51 +01:00
ext_emconf.php Merge remote-tracking branch 'origin/feature/merge-with-features' into support/76 2018-02-20 10:11:21 +01:00
ext_localconf.php Merge branch 'develop' into support/76 2018-03-08 11:58:31 +01:00
ext_tables.php TASK: Rename vendor 2017-07-06 23:48:47 +02:00
Makefile Merge branch 'develop' into support/76 2018-03-08 11:58:31 +01:00
phpcs.xml.dist TASK: Use Code Sniffer at travis 2017-11-11 16:52:02 +01:00
readme.rst FEATURE: Add readme by reusing documentation 2016-12-16 12:20:54 +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.