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

IgnoreCase is not working for string comparisons #15

Open
andreluiz0404 opened this issue Dec 11, 2020 · 4 comments · May be fixed by #19
Open

IgnoreCase is not working for string comparisons #15

andreluiz0404 opened this issue Dec 11, 2020 · 4 comments · May be fixed by #19

Comments

@andreluiz0404
Copy link

andreluiz0404 commented Dec 11, 2020

Filters that deals with string comparisons such as Contains (Does not contains) and StartsWith (Does not starts with) are NOT ignoring case. So, filters like string.StartsWith("for") does not works for strings like "Forest", "Forrester"...

@linmasaki
Copy link
Owner

Sorry to reply to you so late. According to the Kendo official document, there is no parameter mark as ignore-case, so I omitted this feature.

Let me think how to add this feature in next version. Thank you for your feedback. 😏

@gabrielpda15
Copy link

I'm using Kendo UI for Angular and it has the field ignoreCase
https://www.telerik.com/kendo-angular-ui/components/data-query/api/FilterDescriptor/

@yogen-darji-hs
Copy link

@linmasaki Can we create PR for the above support? As Kendo Angular support ingoreCase and it will be great to have same configuration on backend as well

@linmasaki
Copy link
Owner

@yogen-darji-hs Sure, thank you for your support.

@linmasaki linmasaki linked a pull request Oct 30, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants