Understanding Search Configuration for "GBV" Query
TLDR gab had issues with search configuration for "GBV" query. They found the related answer and Yoann provided additional context on the investigation.
1
Jun 14, 2023 (6 months ago)
gab
04:18 PMI 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,
{
"query_by": "name",
"num_typos": "2",
"collection": "warehouses",
"q": "GBV",
}
Thanks
gab
04:27 PM1
Jun 15, 2023 (5 months ago)
Yoann
07:58 AMTypesense
Indexed 3011 threads (79% resolved)
Similar Threads
Phrase Search Relevancy and Weights Fix
Jan reported an issue with phrase search relevancy using Typesense Instantsearch Adapter. The problem occurred when searching phrases with double quotes. The team identified the issue to be related to weights and implemented a fix, improving the search results.
Troubleshooting 'Contains' Match and Override Issues in Typesense
John sought assistance due to a seemingly faulty override in Typesense that failed to bring up a specific entry. Jason suggested troubleshooting steps, including trying a smaller record set and considering a server upgrade. A bug with 'contains' match appeared identified but not conclusively resolved.
Troubleshooting Prefix Search and Exact Match Results in Typesense v0.22.0.rcs24
JinW has trouble with typesense search, notably with prefix search and exact matches. Jason clarified some things while Kishore Nallan requested more examples and suggested using a different software version. Harisaran also recommended a solution.