Hi, I have a collection field "Brasserie du GBDV",...
# community-help
g
Hi, I have a collection field "Brasserie du GBDV", I cannot understand how I should configure the search so this search would match it: "GBV", As for now: "GB" : find it "GBV" : do not find "GBVD": find it I tried to use the
num_typos
option to it would allow 2 typos but it seems it doesn't count this way. Could you please help me understand it ? My guess was "GBV" would be 1 typo and so it would find it,
Copy code
{
  "query_by": "name",
  "num_typos": "2",
  "collection": "warehouses",
  "q": "GBV",
}
Thanks
y
Related, and Kishore saying that they were investigating https://typesense-community.slack.com/archives/C01P749MET0/p1685693123475309