Hey folks, we're currently evaluating TS and it lo...
# community-help
m
Hey folks, we're currently evaluating TS and it looks great overall but somehow we can't get typo search to work at all. If I search for
spongeb
I get results for
Spongebob
, but when I search for
spongebb
(additional b at the end), then I get zero results. I already tried changing
typo_tokens_threshold
to 2 or 3 and change the min limits, but nothing. Any ideas what I might be doing wrong?
k
Try reducing default value for
min_len_2typo
which set to
7
.
m
thanks, I already reduced that to 5 and no difference
k
There's also
min_len_1typo
m
I set that to 2
k
Are you doing a prefix search? (if you don't send prefix=false it's a prefix search)
m
I don't set this, so seems I am
k
I just tried reproducing this with a single record but could not. Can you post a small fully reproduceable snippet?
m
it turned out I fooled myself and it was actually an issue with a downstream system. Thanks for your help anyway!
👍 1