Join Slack
Powered by
Hi! Should prefix search kicks in for cases with s...
# community-help
d
Dima
02/10/2025, 3:43 PM
Hi! Should prefix search kicks in for cases with separated tokens? E.g. if I have
.
in token separators and searching for
<http://typesense.org|typesense.org>
should it still search for
typesense
+
org*
?
k
Kishore Nallan
02/11/2025, 6:11 AM
Yes it will kick in. The last token in the query after tokenization is used for prefix search when prefix search is enabled.
Open in Slack
Previous
Next