-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace accented characters with unaccented counterparts #470
Comments
I'm not really sure that I want to address this one, it is normal for the Filters to be strict equal. I understand what you mean since I'm a French Canadian but still |
I also find the option of a new flag in the grid options very good (ignoreAccentOnStringFilter) |
- closes #470 - add a Grid Option to filter text by ignoring any accent by normalizing the text, the option is set to false by default
feat(filters): option to ignore accent while filtering text, closes #470
@mcallegario Cheers and thanks for all feedback ⭐ |
Please make a Pull Request if you want the changes to be merged into the lib. Thanks |
I'm submitting a Feature request
Motivation / Use Case
When doing a text filter on the grid with accented characters, it can be frustrating to have an entry like Jose doesn't match Jose in the table (
e !== é
).Expected Behavior
This suggestion search engine has the function of replacing accented characters with their unaccented counterparts for quick and easy filtering. You could also put this same function in the ordering.
Other Information
The text was updated successfully, but these errors were encountered: