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

Please provide functionality to search accented characters in RxGrid #531

Closed
radixdt2212 opened this issue Oct 21, 2021 · 3 comments
Closed

Comments

@radixdt2212
Copy link

Description

Please provide functionality to search accented characters in client side RxGrid, currently in RxGrid if one searches word like 'géza', it returns no values, even if data has the same characters.

Describe the solution you'd like

Please provide the ability to search such data using rxgrid.search property, also if normal characters like 'geza' is searched it should return both the normal and accented equivalent data to it.

@ajayojha
Copy link
Member

@radixdt2212 , please share the stackblitz example

@radixdt2212
Copy link
Author

Here's the link which has sufficient data that will explain the above issue on search 'geza':
https://stackblitz.com/edit/angular-ivy-qj2qh5?file=package.json

@ajayojha
Copy link
Member

@radixdt2212 We cannot presume that 'é' must be the same as 'e', as both are having different meanings. Please refer to the below link to know the high-level difference.

We cannot provide this feature in the package. if you wish to implement the same then please use custom search and update the filtered records accordingly.

I am closing this ticket as no further action is required from our end.

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

No branches or pull requests

2 participants