Using the Algolia v2 plugin Geo location filter with radius we are retuning 0 results.
Looking at Algolia docs we are required to have a _geoloc { “lat”: , “lng”: } field in our database to be indexed by algolia, however, this doesn’t seem possible due to the way algolia and bubble work together with nested data and algolia indexes the field name as “address_geographic_address” instead of the required “_geoloc”
can you explain how zeroqode got the location/radius feature working on this plugin?