Update backend internally whenusing deprecated "solr" one

This commit is contained in:
amercader 2022-10-07 15:23:44 +02:00
parent f64121ab04
commit 2945795b5f
1 changed files with 2 additions and 0 deletions

View File

@ -190,6 +190,8 @@ class SpatialQuery(SpatialQueryMixin, p.SingletonPlugin):
"The `solr` spatial search backend has been renamed to `solr-bbox`, "
"please update your configuration"
)
search_backend = "solr-bbox"
elif search_backend == "postgis":
log.warning(
"The `postgis` spatial search backend is deprecated "