We have a search scenario where a client searches ...
# community-help
a
We have a search scenario where a client searches within a 10 km radius. Outlets are only valid if they can serve that location and their own service radius covers the client’s location. Even if an outlet is physically within 10 km, it should be excluded if its service radius doesn’t reach the client. can we implement a solution like this in typesense
a
Hey @Ahamed Asif, Geosearch in Typesense allows you to apply a filter based on the radius. You can perform a multisearch, using the client search in one search and the outlet service range in the second one. The results that appears in both results are the ones you want.
a
yup but with this both searches show up if we want a single search that has the result of both of these searches how should we handle it