Diego Barahona
My feedback
1 result found
-
22 votes
An error occurred while saving the comment Diego Barahona supported this idea ·
1 result found
Please sign in to leave feedback
Please sign in to leave feedback
No results.
Clear search results
For my use case I need to search data based on location and text, and be able to sort it by proximity.
If this features is not implemented, I need to either split the query into two, to perform a search and then pass the results to a $geoWithin filtering by the IDs of the previous pipeline, or, to query for all items that match the search and geo restrictions and then calculate proximity on server, having to transfer a lot of unnecessary data.