codappix / search_core
Codappix Search Core.
Installs: 9 693
Dependents: 3
Suggesters: 0
Security: 0
Stars: 12
Watchers: 9
Forks: 9
Open Issues: 18
Type:typo3-cms-extension
Requires
- php: >=7.0.0
- ruflin/elastica: ~3.2
- typo3/cms: >= 7.6.0 < 9.0.0
Requires (Dev)
- phpunit/phpunit: ~6.4.4
- squizlabs/php_codesniffer: ~3.1.1
- typo3/testing-framework: ~1.1.5
This package is auto-updated.
Last update: 2024-03-20 13:31:18 UTC
README
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
.