gab gab
10/11/2024, 3:58 PMstem:true
on my field.
First, how does it behave regarding to num_typo ?
Here are 3 documents:
"chocolats noirs"
"fèves de chocolats"
"beignets chocolat"
With this query q=chocolats
I thought it would have considered the 3 documents. Only "chocolats noirs" and "fèves de chocolats" are returned because of exact match I guess.
I would like it match all 3 documents without touching typo_tokens_threshold
or exhaustive_search
.
How should I configure the query so the singular/plural would give both a kind of exact match.
Thanks for clarifications