Has anyone attempted Location Filtering with Cleo? Here's what I want to accomplish:
Pass a partial search query and a lat-long, and radius, and receive search results that are filtered based on the location information.
I'm willing to build a class that filters based on geo information, but I'm trying to understand whether there is a sensible way to incorporate this with Cleo. I would like to avoid the situation where Cleo returns results for the whole country, with post-filtering 99.99% of the results based on geography.
I'd appreciate any insight on how suitable Cleo is for my goals.