IgnoreCase is not working for string comparisons
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"...
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. :smirk:
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/
@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.