Prioritizing Recognizable IDs in Results List
TLDR John needed to prioritize specific IDs in his results list. Kishore Nallan suggested using overrides and pinned hits features.
Powered by Struct AI
1
3
18mo
Solved
May 07, 2022 (18 months ago)
John
John
02:39 PMHi, some of my results have recognizable IDs that I would like to place first in the results list, disregarding their actual score - how can I do this?
Kishore Nallan
Kishore Nallan
02:41 PMCheckout overrides and pinned hits features.
1
John
John
02:50 PMOK thanks!
Typesense
Lightning-fast, open source search engine for everyone | Knowledge Base powered by Struct.AI
Indexed 2779 threads (79% resolved)
Similar Threads
Implementing Result Pinning in Typesense Product
Sai questioned about implementing result pinning in Typesense for a product. Kishore Nallan provided several resources and explanations to assist, ultimately suggesting the use of 'sort_by' to promote groups of objects based on an attribute.
15
28mo
Solved
Handling Queryable Document Geographies in Lists
Jason asked how to handle multiple geographies in named lists of preferred sites. Jason suggested flattening all POIs in a list into a single 'geopoint[]' field, which satisfied Jason.
17
11mo
Solved
Sorting JSON Collection by Specific ID Order
GM asked how to sort JSON results by specific IDs. Jason suggested using `pinned_hits` parameter or sorting results client-side.
3
4mo
Solved