mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-13 12:56:11 +01:00
Daniel Siepmann
efeb5d1e07
Allow integrators / developer to apply data processing concept known from FLUIDTEMPLATE to indexing.
880 B
880 B
Features
The following features are currently provided:
Indexing
Indexing data to Elasticsearch is provided. The extension delivers an indexer for TCA with zero configuration needs. Still it's possible to configure the indexer.
Also custom classes can be used as indexers.
Searching
Currently all fields are searched for a single search input.
Also multiple filter are supported. Filtering results by fields for string contents.
Facets / aggregates are also possible. Therefore a mapping has to be defined in TypoScript for indexing, and the facets itself while searching.
Planned
The following features are currently planned and will be integrated:
- Pagination Add a pagination to search results, to allow users to walk through all results.