Hi Dataverse community,
We wanted to test the Geospatial Search with Dataverse 5.13 
 and we have a few questions about it :Since Dataverse Demo, we couldn't use Geospatial Search because the fields westLongitude, eastLongitude, northLongitude, southLongitude don't seem to be indexed:
Maybe this is normal behavior on the demo ?
---------
Also, during our tests since our 5.13 installation, we observed results that 
did not reflect the search filters :For example for a Geographic Bounding Box =
westLongitude "-2.258631"
eastLongitude "-2.392748"
northLongitude "47.518038"
southLongitude "47.496346"
and a search from Paris (about 400km):
geo_point=48.872895,2.354527
Search results do not reflect reality:
api/search?q=template&geo_point=48.872895,2.354527&geo_radius=400 => result found (
OK)
api/search?q=template&geo_point=48.872895,2.354527&geo_radius=150 => result found (
KO)
api/search?q=template&geo_point=48.872895,2.354527&geo_radius=50 => result not found (
OK)
Have you observed the same behavior please ?Thank you so much,
Steven F.