TYPO3 CMS 8.x Extension with basic Integration of Elasticsearch
Find a file
2017-07-06 14:13:26 +02:00
Classes BUGFIX: Fix broken functional test 2017-07-06 14:13:26 +02:00
Configuration/TypoScript Merge branch 'feature/filter' into feature/restructure-configuration 2017-06-29 08:45:36 +02:00
Documentation Merge branch 'feature/filter' into feature/restructure-configuration 2017-06-29 08:45:36 +02:00
Resources/Private/Templates/Search TASK: Migrate existing code (#2) 2016-12-09 13:19:35 +01:00
Tests BUGFIX: Fix broken functional test 2017-07-06 14:13:26 +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 Merge branch 'develop' into feature/filter 2017-06-27 15:02:25 +02:00
composer.json TASK: Upgrade phpunit to latest stable 5.7 2017-06-13 15:36:56 +02:00
ext_emconf.php BUGFIX: Adjust emconf 2017-06-06 11:45:23 +02: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 Merge branch 'develop' into feature/filter 2017-06-27 15:02:25 +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.