Fuzzy match accented characters #421
toby1kenobi
started this conversation in
General
Replies: 1 comment
-
|
Hello @toby1kenobi, Apologies for my delayed reply. Yes, this is possible using the const ac = new autoComplete({
selector: "#autoComplete",
diacritics: true,
data: { src: ["café", "naïve", "résumé"] }
});Please try it and let me know how it goes. Cheers! :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to match unaccented characters like a and o with accented ones, like á and ó (for example)?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions