Dima
03/13/2023, 2:18 PMfacet1
, facet2
. If I search “foo bar” without chosen facets, it may return to me document {"facet": "facet1", "text": "foo ba"}
and 0 in facet_count for facet2
. But if I choose facet2 instead, it will show me more extreme typos, like fow bas
. So it looks like typesense when nothing is found switching to more tolerant rules to try find anything. I checked and exhaustive_search
is default in my caseDima
03/13/2023, 2:19 PMDima
03/13/2023, 2:25 PMtypo_tokens_threshold
found it 🤓 Sorry to bother