Issues with DropTokensThreshold in InstantSearch.js
TLDR John had issues with dropTokensThreshold in InstantSearch.js. Jason clarified it only affects searches with less than 10 results.
Jun 02, 2022 (15 months ago)
John
05:45 PMI tried
additionalSearchParameters: {
queryBy: 'queryby1,queryby2', //categories,
sortBy: '_text_match:desc,numsales:desc',
dropTokensThreshold: 10
},
But seems like it was not taken into account...
Jason
05:47 PMJason
05:47 PMJohn
09:35 PMJason
09:36 PMJason
09:36 PMTypesense
Indexed 2764 threads (79% resolved)
Similar Threads
Issue with Search Term Results in Typesense
Dipankar had issues with specific search terms returning unexpected results. Kishore Nallan clarified why this may occur and how to fine-tune the behavior using the 'drop_tokens_threshold' parameter in Typesense.

Resolving Issues with 'React-InstantSearch'
robert was having trouble merging results from different collections using `react-instantsearch` and was facing issues with undefined highlight results. After much discussion, Jason provided a solution using `collectionSpecificSearchParameters` and `highlight_full_fields` to solve the problem.

Fixing Multiple Document Retrieval in Typesense
Phil needed an efficient way to retrieve multiple documents by id. Kishore Nallan proposed a solution available in a pre-release build. After some bug fixing regarding id matching by Jason and Kishore Nallan, Phil successfully tested the solution.


