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
I've just took a look at the source code and I saw str.charCodeAt is used instead of str.codePointAt. So fuzzy searching unicode characters (multibytes characters for example) is probably not supported by this algorithm.
I've just took a look at the source code and I saw
str.charCodeAtis used instead ofstr.codePointAt. So fuzzy searching unicode characters (multibytes characters for example) is probably not supported by this algorithm.