search_core/Documentation/source/features.rst
Daniel Siepmann dfde4b8f6b
TASK: Update docs
Document new configuration options and adjust configuration where
necessary.
2017-07-06 16:17:30 +02:00

884 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.

Currently all fields are searched for a single search input.

Also multiple filter are supported. Filtering results by fields for string contents.

Even facets / aggregates are now 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:

  1. Pagination Add a pagination to search results, to allow users to walk through all results.