TYPO3 CMS 8.x Extension with basic Integration of Elasticsearch
Find a file
Daniel Siepmann f4a9531fe5
TASK: Remove unnecessary code
* As filter is already in the format we need, we can just use it instead
  of using a foreach.
2017-06-06 16:25:35 +02:00
Classes TASK: Remove unnecessary code 2017-06-06 16:25:35 +02:00
Configuration/TypoScript TASK: Fix file permissions 2017-06-06 12:11:28 +02:00
Documentation BUGFIX: Respect additionalWhereClause and rootline 2017-01-26 14:37:17 +01:00
Resources/Private/Templates/Search TASK: Migrate existing code (#2) 2016-12-09 13:19:35 +01:00
Tests FEATURE: Add filter to search 2017-06-06 13:53:08 +02: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 TASK: Use elasticsearch 5.2 on travis 2017-06-06 14:25:03 +02:00
composer.json FEATURE: Use latest stable elastica version (#5) 2016-12-10 13:59:34 +01:00
ext_emconf.php TASK: Adjust TYPO3 compatibility 2016-12-15 09:33:56 +01:00
ext_localconf.php FEATURE: Allow to configure tables to be processed 2016-12-15 14:04:26 +01:00
ext_tables.php TASK: Migrate existing code (#2) 2016-12-09 13:19:35 +01:00
Makefile FEATURE: Add filter to search 2017-06-06 13:53:08 +02: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 alpha 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.

TYPO3 7 is not supported yet, see 1.