codappix / search_core

TYPO3 CMS 8.x Extension with basic Integration of Elasticsearch
https://search-core.readthedocs.io/en/latest/
12 stars 9 forks source link

Extract RelationResolver to a new DataProcessor #149

Closed martinhummer closed 6 years ago

martinhummer commented 6 years ago

At the moment all relations of a record get resolved by default. This prevents an integrator from getting the original record values.

Therefore relation resolving should be optional and this can be reached by a new DataProcessor which handles RelationResolving.