Re-add lost logic to remove fields from the index

This commit is contained in:
amercader 2022-08-31 17:08:58 +02:00
parent fc091043c6
commit de7c85b59d
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ class SpatialQuery(SpatialQueryMixin, p.SingletonPlugin):
if not bbox:
raise SearchError('Wrong bounding box provided')
bbox = fit_bbox(bbox)
#bbox = fit_bbox(bbox)
if self.search_backend == 'solr':
if not search_params.get("fq_list"):