Skip to content

Commit

Permalink
Fix backend name
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jun 26, 2024
1 parent 2b07966 commit 7f029d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/spatial/plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def update_config(self, config):
qp = None
if search_backend == "solr-bbox":
qp = "frange"
elif search_backend == "solr-field":
elif search_backend == "solr-spatial-field":
qp = "field"
if qp:
if not config.get("ckan.search.solr_allowed_query_parsers"):
Expand Down

0 comments on commit 7f029d0

Please sign in to comment.