TYPO3 CMS 8.x Extension with basic Integration of Elasticsearch
Find a file
2019-05-17 16:46:52 +02:00
.phan TASK: Add phan configuration 2018-03-08 11:08:18 +01:00
Classes !!!|Fix unit tests for CMS 9 + PHP 7.3 2019-05-17 16:22:06 +02:00
Configuration Merge branch 'develop' into feature/75-make-index-configurable 2018-05-17 23:51:55 +02:00
Documentation TASK: Raise version number to 0.0.7 2018-09-27 16:57:16 +02:00
Resources/Private/Templates/Search TASK: Migrate existing code (#2) 2016-12-09 13:19:35 +01:00
Tests Extend new FunctionalTestCase provided by testing framework 2019-05-17 16:46:52 +02:00
.gitignore Ignore TYPO3 CMS 9 var folder 2019-05-17 16:00:35 +02:00
.scrutinizer.yml TASK: Switch to new php scurtinizer engine 2018-03-06 17:58:27 +01:00
.travis.yml Update required versions and CI 2019-05-05 10:36:56 +02:00
composer.json Update required versions and CI 2019-05-05 10:36:56 +02:00
ext_conf_template.txt FEATURE: Allow to disable elasticsearch integration 2018-02-22 20:56:51 +01:00
ext_emconf.php Adjust TYPO3 constraints also in ext_emconf 2019-05-05 10:14:07 +02:00
ext_localconf.php [task] resturcture compatibility layer 2018-10-30 11:30:06 +01:00
ext_tables.php TASK: Rename vendor 2017-07-06 23:48:47 +02:00
Makefile Remove unnecessary output during make commands 2019-05-17 16:36:12 +02: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

Introduction

What does it do?

The goal of this extension is to provide search integrations into TYPO3 CMS. The extension will provide a convenient API to allow developers to provide concrete implementations of backends like Elasticsearch, Algolia 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 re-indexing.

Current state

This is still a very early beta version. More information can be taken from Github at current issues.

We are also focusing on Code Quality and Testing through travis ci, phpcs, phpunit and phpstan.