Skip to content
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

Accent insensitive search feature #177

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mayank-pathakk
Copy link

@mayank-pathakk mayank-pathakk commented Mar 26, 2023

This PR , proposes a solution to handle accent insensitive searches , just like case sensitiveness .
The default value is accent insensitive search.
And the query Division matches both for Division and Divisón .
Now :accentSensitiveTags={Boolean value} can be used in <tags_input> to alter the functionality.

BEFORE :
Screenshot (107)
Screenshot (108)

AFTER :

Screenshot (109)
Screenshot (110)

The only thing not working for me is on the clicking on the checkbox , the value of accentSensitiveTags doesn't change , in the dev env.
Can someone help with that ?
Apart from this , setting the value to both true and false manually , has gotten me the desired results.
Thanks.
Issue #174

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant