Hi everyone. I'm new to typesense, and I'm building a feature on our website where the customers will be able to search for a branch nearby a location. Am I using the filter_by correctly by converting the location they put in the input field to lat and lang, then using it to filter?
For example:
Location from customer is 60174 (zip code), then when converted, the lat and lng would be [41.9202827, -88.29970639999999]. Then my filter_by would:
filter_by: coordinates:(41.9202827, -88.29970639999999, 1 mi)