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

Cast sys_language_uid to int if value is 0 #148

Closed martinhummer closed 6 years ago

martinhummer commented 6 years ago

At the moment sys_language_uid is transformed from int(0) to string(0) which results in an empty string.

DanielSiepmann commented 6 years ago

I've written a small test to check the RelationResolver for this behavior, but he will return the original value.

Did you find out where the transformation happened?