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
If the search list is ['Apple', 'Banana', 'Strawberry', 'Avocado', 'Blueberry', 'Cherry', 'Grapes'], then typing Apple leads to two results: Apple and Grapes. It's a bit weird in my opinion that Grapes shows up as a match (fuse.js uses the Levenshtein distance under the hood - from that perspective it makes sense but as a user I find it confusing)
Similar confusing behaviour happens, for example, when searching through Berlin's districts. Some examples:
The text was updated successfully, but these errors were encountered:
If the search list is
['Apple', 'Banana', 'Strawberry', 'Avocado', 'Blueberry', 'Cherry', 'Grapes']
, then typingApple
leads to two results:Apple
andGrapes
. It's a bit weird in my opinion thatGrapes
shows up as a match (fuse.js
uses the Levenshtein distance under the hood - from that perspective it makes sense but as a user I find it confusing)Similar confusing behaviour happens, for example, when searching through Berlin's districts. Some examples:
The text was updated successfully, but these errors were encountered: