Understanding Search Parameter `pre_segmented_query`
TLDR Robert asked about the behavior of the search parameter pre_segmented_query
and Kishore Nallan clarified that it results in space-based splitting regardless of token_separators
.
Nov 19, 2022 (11 months ago)
Robert
03:39 AMpre_segmented_query
to true
still only split on space
even if token_separators
was specified at collection creation? Or even with pre_segmented_query
set to true
will TS still split on the separators specified in token_separators
?Kishore Nallan
03:46 AMRobert
03:48 AMTypesense
Indexed 2779 threads (79% resolved)
Similar Threads
"Query By" Parameters Resulting in Fewer Search Results
Jon encountered unexpected behavior with "query by" parameters. Upon checking the post request body by Jason, Kishore Nallan noted the issue originates from the typo match with "full stack". Suggested solution was setting `split_joins_tokens: always`.
Phrase Search Relevancy and Weights Fix
Jan reported an issue with phrase search relevancy using Typesense Instantsearch Adapter. The problem occurred when searching phrases with double quotes. The team identified the issue to be related to weights and implemented a fix, improving the search results.
Issues with Repeated Words and Hyphen Queries in Typesense API
JinW discusses issues with repeated word queries and hyphen-containing queries in Typesense. Kishore Nallan offers possible solutions. During the discussion, Mr seeks advice on `token_separators` and how to send custom headers. Issues remain with repeated word queries.