hey guys! I want to ask regarding Geosearch filter...
# community-help
f
hey guys! I want to ask regarding Geosearch filter radius. so in the documentation we can just hit filter_by with latlong and radius. but in my case I have a field called
delivery_radius
which means I need Typesense to calculate the distance between the latlong I send and the latlong per item, and I need Typesense to send result within
delivery_radius
only. is there any way I can do this?