TYPO3 CMS 8.x Extension with basic Integration of Elasticsearch
Go to file
Daniel Siepmann b7b783a7fe
TASK: Use Code Sniffer at travis
This way we need no external service.
Each developer can fully run all tests and cgl on local environment.
Also this integrated better into IDEs and editors.
2017-11-11 16:52:02 +01:00
Classes TASK: Use Code Sniffer at travis 2017-11-11 16:52:02 +01:00
Configuration TASK: Remove unused fields for plugin content element 2017-09-15 22:29:20 +02:00
Documentation Merge pull request #98 from Codappix/feature/provide-form-finisher 2017-11-10 22:05:34 +01:00
Resources/Private/Templates/Search TASK: Migrate existing code (#2) 2016-12-09 13:19:35 +01:00
Tests TASK: Use Code Sniffer at travis 2017-11-11 16:52:02 +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 TASK: Use Code Sniffer at travis 2017-11-11 16:52:02 +01:00
composer.json TASK: Use Code Sniffer at travis 2017-11-11 16:52:02 +01:00
ext_emconf.php TASK: Update dependencies for CMS 8 2017-07-07 16:24:56 +02:00
ext_localconf.php BUGFIX: Do not cache search action 2017-10-29 11:32:21 +01:00
ext_tables.php TASK: Rename vendor 2017-07-06 23:48:47 +02:00
Makefile TASK: Use Code Sniffer at travis 2017-11-11 16:52:02 +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.