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

BUGFIX: Check if lat/lng isset and set filter to empty string #104

Closed justusmoroni closed 6 years ago

justusmoroni commented 6 years ago

If the lat/lng is empty the search has an exception. This way the search is empty and no results could be found.

DanielSiepmann commented 6 years ago

I'll not include this fix.

The issue here is that half information are provided for a filter. Integrators should prevent this and guarantee working filter constellations. For a better error handling, https://github.com/Codappix/search_core/issues/19 is still open.