-
Notifications
You must be signed in to change notification settings - Fork 23
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
Comments
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. 😏 |
I'm using Kendo UI for Angular and it has the field ignoreCase |
@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 |
@yogen-darji-hs Sure, thank you for your support. |
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"...
The text was updated successfully, but these errors were encountered: