Combining Sorting Parameters in GeoSearch
TLDR chase asked if sorting parameters could be combined in geosearch. Jason suggested using the precision
parameter for this purpose.

Aug 22, 2023 (1 month ago)
chase
06:18 PMi can sort by text similarity, and by distance, and have one or the other break a tie
chase
06:19 PMJason
07:33 PMprecision
parameter might help: https://typesense.org/docs/0.25.0/api/geosearch.html#precisionJason
07:34 PMchase
11:07 PM
Typesense
Indexed 2764 threads (79% resolved)
Similar Threads
Combining Vector Query and Sort By Location in Search Query
Oleksiy wanted to combine vector_query and sort by location in a search query. Jason clarified that this is not possible but suggested a workaround with geo filtering and ML model biasing towards geo locations.

Resolving Geo-Distance Issue in Search Query Results
Guillermo and Andrew wanted to know individual distance of results when filtering by geopoint. Kishore Nallan advised checking 'geo_distance_meters' in the search response and ensure 'sort_by' clause is present in the query.
Calculating Distance Between User and Search Result Location
Priyank wants to calculate distance between user and search location. Kishore Nallan suggests it can only be done during sorting or client side, but the issue remains unresolved.