Typesense Search Query
TLDR Mischa was having issues with a Typesense search query and Jason suggested setting the prefix parameter to false.
1
Feb 14, 2023 (10 months ago)
Mischa
05:01 PMJason
05:04 PMreact python
, it’s actually looking for something like this react python*
.And when you do a search for
python react
it’s searching for python react*
.There are way more results for the latter it looks like, may be matching terms like say
python reactive
as an exampleMischa
05:04 PMJason
05:05 PMprefix=false
as a search parameterMischa
05:06 PM1
Typesense
Indexed 3011 threads (79% resolved)
Similar Threads
Querying String Arrays with Prefix=false and Typesense
Roman needed assistance with querying string arrays using prefix=false in Typesense. Kishore Nallan clarified how searching array elements works and advised using a plain string.
Querying TypeSense with Different Search String Orders
Jesper needed explanation on the difference in TypeSense search results for "X Y" and "Y X". Kishore Nallan clarified that Typesense treats the last word as a prefix query, explaining the discrepancy.
Resolving Typesense Search Issues
Conversation started by Maximilian about Typesense search behavior led to Users Kishore Nallan and Mike discussing and suggesting workaround, with Kishore Nallan promising an official solution soon. No final confirmation of resolution provided.