gab gab
02/11/2022, 1:26 PMcanton
that are "Lucerne" | "Zurich"
Whenever I send q="lu"
it find a document and also returns for highlights
a matched tokens for "Lucerne"
Whenever i send q="zu"
it find a document but it doesn't return for highlights
a matched tokens for "Zurich"
I didn't get yet why in the seond case it doesn't find the facet like in the first caseKishore Nallan
02/11/2022, 1:36 PMgab gab
02/11/2022, 1:46 PMnum_typo:1
highlight_full_fields:true
Kishore Nallan
02/11/2022, 1:47 PM0.23.0.rc27
Kishore Nallan
02/11/2022, 1:47 PMgab gab
02/11/2022, 1:49 PMgab gab
02/11/2022, 1:49 PMgab gab
02/11/2022, 2:52 PMgab gab
02/11/2022, 2:52 PMgab gab
02/11/2022, 2:52 PMgab gab
02/11/2022, 3:01 PMnum_typo:1
When i type q="lu"
I would expect both document come up. The one that exactly match with "Lucerne" and also the one with "Zurich" that has 1 typo tolerance, isn't it ?
The same happen if I type q="zu"
only the document for Zurich will come up but not the one for "Lucerne"Kishore Nallan
02/11/2022, 3:08 PMtypo_tokens_threshold: 1
-> set this to 10
(previous value). That should produce the earlier behavior.Kishore Nallan
02/11/2022, 3:08 PMgab gab
02/11/2022, 3:56 PMtypo_tokens_threshold
My config is:
typo_tokens_threshold: 10
min_len1_typo: 1
I have stilll not have both facets that comes upKishore Nallan
02/12/2022, 1:46 AMKishore Nallan
02/12/2022, 7:13 AMlu
and it returns both documents. Check the query parameters I have underlined in the screenshot.gab gab
02/14/2022, 12:19 PMKishore Nallan
02/14/2022, 12:47 PM