-
Notifications
You must be signed in to change notification settings - Fork 8
BreakingChanges
Oliver Sturm edited this page Oct 29, 2020
·
4 revisions
The default behavior of the operators startswith
, endswith
, contains
and notcontains
for filter and search criteria has changed to be case insensitive. This decision was made for compatibility with the behavior of client-side DevExtreme widgets and that implemented by other data adapters for oData and ASP.NET.
The new processing option caseInsensitiveRegex
has been introduced, as described in QueryAPI. You can revert to the behavior prior to 2.0.9 by setting this option to false
when calling the query
function.