Hi! Should prefix search kicks in for cases with s...
# community-help
d
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
Yes it will kick in. The last token in the query after tokenization is used for prefix search when prefix search is enabled.