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

It's not possible to configure a filter via TS with value 0 - zero #163

Closed DanielSiepmann closed 5 years ago

DanielSiepmann commented 5 years ago

It's currently not possible to configure a filter value 0 via TypoScript, e.g. the following results in no filter:

filter {
    sys_language_uid = 0
}