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: 163 allow zero as typoscript filter #164

Closed DanielSiepmann closed 5 years ago

DanielSiepmann commented 5 years ago

BUGFIX: Allow to define zero as valid filter value via TypoScript

The configured filter is no longer filtered, it's up to the integrator to provide proper configuration. Therefore 0 is now a valid and respected filter value.

Resolves: #163