search_core/Documentation/source
Daniel Siepmann 20513400de
FEATURE: Index page if cache was cleared
We use the cache clear hook to index pages whenever the cache was
cleared.
This makes it possible to cover some cases like changing content on a
page. But also if an integrator configures to clear additional pages.

This is limited as we can not handle cache tags at the moment.

Resolves: #131
2018-03-13 21:52:50 +01:00
..
changelog FEATURE: Index page if cache was cleared 2018-03-13 21:52:50 +01:00
configuration TASK: Update / cleanup documentation 2018-03-08 11:35:50 +01:00
development TASK: Fix documentation 2018-03-08 19:26:36 +01:00
changelog.rst FEATURE: Index page if cache was cleared 2018-03-13 21:52:50 +01:00
concepts.rst TASK: Update / cleanup documentation 2018-03-08 11:35:50 +01:00
conf.py TASK: Update / cleanup documentation 2018-03-08 11:35:50 +01:00
configuration.rst TASK: Update / cleanup documentation 2018-03-08 11:35:50 +01:00
connections.rst TASK: Update / cleanup documentation 2018-03-08 11:35:50 +01:00
dataprocessors.rst TASK: Update / cleanup documentation 2018-03-08 11:35:50 +01:00
development.rst TASK: Update / cleanup documentation 2018-03-08 11:35:50 +01:00
features.rst TASK: Update / cleanup documentation 2018-03-08 11:35:50 +01:00
index.rst TASK: Update / cleanup documentation 2018-03-08 11:35:50 +01:00
indexer.rst TASK: Update / cleanup documentation 2018-03-08 11:35:50 +01:00
installation.rst TASK: Update / cleanup documentation 2018-03-08 11:35:50 +01:00
readme.rst TASK: Update / cleanup documentation 2018-03-08 11:35:50 +01:00
usage.rst TASK: Update / cleanup documentation 2018-03-08 11:35:50 +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.