Prioritizing Parameters in Query Search
TLDR Andrew asked if prioritization was possible in query parameters and Jason confirmed it's based on the order of input.
1
Jan 07, 2023 (11 months ago)
Andrew
04:40 PM'query_by': 'handle, name, fraternity',
when i search for a user, is there a way i can prioritize these? Such as matches of handle will return before than matches of fraternity?
Jason
05:04 PM1
Typesense
Indexed 3015 threads (79% resolved)
Similar Threads
Prioritizing Search Mechanisms in Typesense
Roman asked if there was a way to prioritize searches in 'foo' over 'bar' in Typesense. Jason clarified that only sequential searches would satisfy this. Yoann suggested batching the requests.
Prioritizing Multi-field Search Results in Java
suraj asks how to prioritize search results for multiple fields in Java. Kishore Nallan suggests using query by weights and provides Java client version `0.0.11-beta1` for Typesense.
Adjusting Text Match Score Calculation in TypeSense
Johannes wanted to modify the Text Match Score calculation in TypeSense to improve search results returns. With counsel from Jason and Kishore Nallan, various solutions were proposed, including creating a Github issue, attempting different parameters, and updating Docker to a new version to resolve the matter.