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: Keep sys_language_uid while indexing #152

Closed DanielSiepmann closed 6 years ago

DanielSiepmann commented 6 years ago

Before this change, sys_language_uid was indexed as an empty string, due to internal used TYPO3 API. We now skip the configure field which defines language uid. This way you can build filter based on current language.

Resolves #148