Hi <@U01PL2YSG8L> <@U01NZ4D0LDD>, we have search w...
# community-help
i
Hi @Kishore Nallan @Jason Bosco, we have search with num_typos:0, i am trying to find document with field: "bgh iv zr 164/15", when i type exact "bgh iv zr 164/15", i can found it, but when i type for example: "bgh iv zr 164" or "bgh iv zr 164/" it founds other matches. What is causing such behavior and how we can fix it?
k
Have you enabled prefix search by sending 'prefix: true' parameter?
i
No, we have preffix: false
j
Could you also set
drop_tokens_threshold: 0
,
typo_tokens_threshold: 0
k
You need to set prefix to true for finding such prefix matches.
i
Thank you @Jason Bosco @Kishore Nallan
Hi @Jason Bosco @Kishore Nallan unfortunelly none of your advices helped, i set prefix to true and
drop_tokens_threshold: 0
,
typo_tokens_threshold: 0
but still not found "bgh iv zr 164/15" when typed "bgh iv zr 164", is there any other possible reason?
k
Can you provide a sample dataset and query that exhibits this issue? So we can exactly reproduce the issue.
i
@Kishore Nallan no longer needed, we added to query "exhaustive_search: true", and now it works correctly🙂