search_core/Documentation/source/changelog/20180410-148-keep-sys_language_uid.rst
Daniel Siepmann 82d397c428
FEATURE: Keep sys_language_uid while indexing
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
2018-04-12 12:03:02 +02:00

362 B

Feature 148 "Cast sys_language_uid to int"

While resolving relations the configured language uid field, fetched from TCA, will be casted to integer and returned immediately.

This change prevents the bug mentioned in 148, where 0 is casted to an empty string, which makes filtering hard.

See 148.