You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the second question, Orama uses a tokenizer that split the string into token using space and punctuation. So "customer.ionic" is split into ["customer", "ionic"].
Describe the bug
I have this docs:
When I search for "scrol" with typo tolerance of 1, I expect to have only one result "Scroll", instead I see both docs returned as results.
To Reproduce
Expected behavior
Get only one result "Scroll" instead of 2 results
Environment Info
Affected areas
Search
Additional context
No response
The text was updated successfully, but these errors were encountered: