2017-06-29 08:42:38 +02:00
|
|
|
.. _features:
|
|
|
|
|
|
|
|
Features
|
|
|
|
========
|
|
|
|
|
|
|
|
The following features are currently provided:
|
|
|
|
|
|
|
|
.. _features_indexing:
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
2017-07-06 16:17:30 +02:00
|
|
|
Also custom classes can be used as indexers.
|
2017-06-29 08:42:38 +02:00
|
|
|
|
2017-11-10 12:31:06 +01:00
|
|
|
Furthermore a finisher for TYPO3 Form-Extension is provided to integrate indexing.
|
|
|
|
|
2017-06-29 08:42:38 +02:00
|
|
|
.. _features_search:
|
|
|
|
|
|
|
|
Searching
|
|
|
|
---------
|
|
|
|
|
|
|
|
Currently all fields are searched for a single search input.
|
|
|
|
|
|
|
|
Also multiple filter are supported. Filtering results by fields for string contents.
|
|
|
|
|
2017-10-14 13:02:48 +02:00
|
|
|
Facets / aggregates are also possible. Therefore a mapping has to be defined in TypoScript for
|
2017-07-06 16:17:30 +02:00
|
|
|
indexing, and the facets itself while searching.
|
|
|
|
|
2018-03-06 10:47:14 +01:00
|
|
|
.. _features_dataProcessing:
|
|
|
|
|
|
|
|
DataProcessing
|
|
|
|
==============
|
|
|
|
|
|
|
|
DataProcessing, as known from ``FLUIDTEMPLATE`` is available while indexing and for search results.
|
|
|
|
Each item can be processed by multiple processor to prepare data for indexing and output.
|
|
|
|
|
|
|
|
See :ref:`concepts_indexing_dataprocessing` in :ref:`concepts` section.
|
|
|
|
|
2017-06-29 08:42:38 +02:00
|
|
|
.. _features_planned:
|
|
|
|
|
|
|
|
Planned
|
|
|
|
---------
|
|
|
|
|
|
|
|
The following features are currently planned and will be integrated:
|
|
|
|
|
2017-07-06 16:17:30 +02:00
|
|
|
#. Pagination
|
|
|
|
Add a pagination to search results, to allow users to walk through all results.
|