Typesense query weights with instantsearch.js adapter

506 Views Asked by At

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?

1

There are 1 best solutions below

0
On BEST ANSWER

You can set query_by_weights inside additionalSearchParameters when you instantiate the typesense-instantsearch-adapter.