I'm looking to weight different fields in my typesense search ranking. With a typesense client, my understanding is that I'd use query_by_weights.
But I'm using the react instantsearch adapter. How do I set query weights there?
I'm looking to weight different fields in my typesense search ranking. With a typesense client, my understanding is that I'd use query_by_weights.
But I'm using the react instantsearch adapter. How do I set query weights there?
You can set
query_by_weights
insideadditionalSearchParameters
when you instantiate the typesense-instantsearch-adapter.