Re-add lost logic to remove fields from the index
This commit is contained in:
parent
fc091043c6
commit
de7c85b59d
|
@ -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"):
|
||||
|
|
Loading…
Reference in New Issue