Emma Lejeck
11/17/2024, 4:27 AMtext_match_type
options like max_weight
and even changing query_by_weights
but nothing seems to get it right 😞 The following is my query and results: https://gist.github.com/NuckChorris/2013cfc9258c76f0dbf2b3c6ba69bc63
Perhaps notably it seems like "best_field_weight"
is 15
on everything, whereas I would expect it to be 100
on records matching on my 100-weighted field (canonical_title)Emma Lejeck
11/17/2024, 6:36 AMprioritize_num_matching_fields
— not mentioned on that page, but mentioned on the search params page: https://typesense.org/docs/27.1/api/search.html#ranking-and-sorting-parameters
I'd recommend that be listed on the ranking guide, idk about other applications but this one is huge for me 😄