Update backend internally whenusing deprecated "solr" one
This commit is contained in:
parent
f64121ab04
commit
2945795b5f
|
@ -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 "
|
||||
|
|
Loading…
Reference in New Issue