TLDR Martin had issues with typo search in TS. However, it turned out to be a problem with a downstream system after Kishore Nallan assisted with various solutions.
Try reducing default value for `min_len_2typo` which set to `7`.
thanks, I already reduced that to 5 and no difference
There's also `min_len_1typo`
I set that to 2
Are you doing a prefix search? (if you don't send prefix=false it's a prefix search)
I don't set this, so seems I am
I just tried reproducing this with a single record but could not. Can you post a small fully reproduceable snippet?
it turned out I fooled myself and it was actually an issue with a downstream system. Thanks for your help anyway!
Martin
Thu, 17 Aug 2023 12:24:48 UTCHey 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?