TYPO3 CMS 8.x Extension with basic Integration of Elasticsearch
Go to file
2018-01-30 14:33:32 +01:00
Classes TASK: Add a way to configure size for suggests 2017-12-21 17:17:23 +01:00
Configuration !!!|TASK: Replace abstractFields with CopyToProcessor 2017-12-19 17:03:05 +01:00
Documentation !!!|TASK: Replace abstractFields with CopyToProcessor 2017-12-19 17:03:05 +01:00
Resources/Private/Templates/Search TASK: Migrate existing code (#2) 2016-12-09 13:19:35 +01:00
Tests !!!|TASK: Replace abstractFields with CopyToProcessor 2017-12-19 17:03:05 +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: Add PHP 7.2 to travis execution 2017-12-19 15:57:22 +01:00
composer.json TASK: Fix license for packagist 2018-01-30 14:33:32 +01:00
ext_emconf.php [FIX] set correct TYPO3 version constraint in emconf 2017-11-09 14:22:51 +01:00
ext_localconf.php TASK: Add changes from customer project 2017-10-10 11:15:06 +02:00
ext_tables.php TASK: Rename vendor 2017-07-06 23:48:47 +02:00
Makefile [TASK] remove ignore-platform-reqs in makefile 2017-11-09 14:08:05 +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.