You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 13, 2022. It is now read-only.
I am trying to implement something similar to the example from google.
the example shows how to search for nearby points with the query: distance(location , geopoint(11.1 , 12.3)) < 100000
I am trying to build an app where a professional can choose a max work radius , above which he will not get job offers , so just like the location field of the document , I put a max_radiusNumberField which is going to be different for each document.