From c98c09e01cb3f8f344b68f453d75c3d536bf724c Mon Sep 17 00:00:00 2001 From: Jari Voutilainen Date: Mon, 6 May 2024 13:44:58 +0300 Subject: [PATCH] AV-2179: Allow frange query parser to fix spatial search --- ckan/templates/production.ini.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ckan/templates/production.ini.j2 b/ckan/templates/production.ini.j2 index 02b620c969..679d7303b4 100644 --- a/ckan/templates/production.ini.j2 +++ b/ckan/templates/production.ini.j2 @@ -226,6 +226,9 @@ ckanext.matomo.ignored_user_agents = docker-healthcheck ckanext.matomo.track_api = true {% endif %} + +ckan.search.solr_allowed_query_parsers = frange + ckanext.spatial.harvest.continue_on_validation_errors = true ckanext.spatial.search_backend = solr-bbox ckanext.spatial.common_map.type = custom