Hello, I am doing some queries on plural and singu...
# community-help
s
Hello, I am doing some queries on plural and singular forms in the results and when I use the singular "brake" I get a list that includes documents with "brakes" in it which is great. But when I do a search using "brakes" I only get documents that have "brakes" it in and none that have "brake". These are my typo settings "num_typos", value="1" "min_len_1typo", value="4" "min_len_2typo", value="8" "prioritize_token_position", value="true" Should it not work both ways seeing how its within 1?
j
Just replied to your email
Typo tolerance only kicks in when the number of results found is less than typo_tokens_threshold, which has a default value of 1. So if you set typo_tokens_threshold: 100000, you should get all typo corrected results.
s
hummm, ok I will give that a go.
Thanks!
"num_typos", value="1" "min_len_1typo", value="4" "min_len_2typo", value="8" "typo_tokens_threshold", value="100000" "prioritize_token_position", value="true" That should do the trick
👍 1
Thanks again!
👍 1