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

!!!|FEATURE: 149 extract relationresolver to a new dataprocessor #155

Closed DanielSiepmann closed 6 years ago

DanielSiepmann commented 6 years ago

Instead of hardcoding and tight coupling of relation resolving, we now provide a dataprocessor instead.

Therefore you need to configure resolving for each indexed type.

This resolves #149 and #147.