mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-23 04:16:11 +01:00
TYPO3 CMS 8.x Extension with basic Integration of Elasticsearch
Daniel Siepmann
8531f26410
Otherwise user input is saved and re displayed to foreign visitors. If someone is in need for an cached version, he can create a plugin inside his sitepackage with a different plugin signature but same action. If that does not work, we might add another action for caching. Also keep old action name to be non breaking. |
||
---|---|---|
.phan | ||
Classes | ||
Configuration | ||
Documentation | ||
Resources | ||
Tests | ||
.gitignore | ||
.scrutinizer.yml | ||
.travis.yml | ||
composer.json | ||
ext_conf_template.txt | ||
ext_emconf.php | ||
ext_localconf.php | ||
Makefile | ||
phpcs.xml.dist | ||
readme.rst |
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
.