Resolving Geo-Distance Issue in Search Query Results
TLDR 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.
Jul 22, 2022 (14 months ago)
Guillermo
02:06 PMAndrew
02:07 PMKishore Nallan
02:16 PMAndrew
02:17 PMGuillermo
02:19 PMGuillermo
02:20 PMKishore Nallan
02:31 PMgeo_distance_meters
in the search response. You can see example in the response here: https://typesense.org/docs/0.23.1/api/geosearch.html#searching-within-a-radiusAndrew
02:31 PMGuillermo
02:41 PMGuillermo
02:42 PMKishore Nallan
03:00 PMsort_by
clause. Do you have that in your query? If not, can you post a minimally reproduceable example for me to run and check?Guillermo
03:02 PMsort_by
Guillermo
03:09 PMKishore Nallan
03:11 PMTypesense
Indexed 2764 threads (79% resolved)
Similar Threads
Geosearch Filter Issue in Typesense PHP Client
Abdullah, Abdullah, is having trouble with the geosearch filter in his PHP client for Typesense. He is seeking assistance from Jason.
Using TypeSense for Geolocation Tagged Job Search
Nicholas needed help to enable geo-location based job search on a board. James suggested using filter_by from TypeSense, while Jason elaborated on 'OR' and 'AND' operations in TypeSense.

Issues With `text_match` Scoring for Search Queries in Typesense
Colin encountered issues with the `text_match` scoring on Typesense v0.23.1. Jason and Kishore Nallan identified a potential issue with numeric overflow in the text match score and applied an unverified patch. The final resolution is unclear.



Phrase Search Relevancy and Weights Fix
Jan reported an issue with phrase search relevancy using Typesense Instantsearch Adapter. The problem occurred when searching phrases with double quotes. The team identified the issue to be related to weights and implemented a fix, improving the search results.


Integrating Semantic Search with Typesense
Krish wants to integrate a semantic search functionality with typesense but struggles with the limitations. Kishore Nallan provides resources, clarifications and workarounds to the raised issues.
