Hi there - I have a Typesense collection with the ...
# random
y
Hi there - I have a Typesense collection with the fields
name
and
brand_name
and
count
. When I perform a search request, I am using
query_by: "name, brand_name"
. Is there a way to “boost” a particular result if a result contains a specific value for
brand_name
?
j
Yup, you can use curation rules to trigger an optional filter that boosts records with that brand name
y
Thanks, I’ll check that out!
👍 1