Replies: 1 comment
-
This is one of the things that is part of #438 |
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.
-
What is the problem you are trying to solve with this feature?
If there's an item called
crème
in the inventory, searching forcreme
will yield zero results. User has to type in the version with accented characters. This may pose an issue for users using only English keyboard layouts.What is the solution you are proposing?
Data could be normalized - accented characters could be converted to ascii-equivalents when saving to database.
What alternatives have you considered?
No response
Additional context
No response
Contributions
Beta Was this translation helpful? Give feedback.
All reactions