You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, filter queries are converted to proper case which is potentially an incorrect assumption and also requires unnecessary string manipulation within each request. To avoid this, we should simply match on the public attribute names. The impact is that use of IQueryAccessor should be updated to use the public name.
Currently, filter queries are converted to proper case which is potentially an incorrect assumption and also requires unnecessary string manipulation within each request. To avoid this, we should simply match on the public attribute names. The impact is that use of
IQueryAccessor
should be updated to use the public name.Given:
Change:
To:
This will be rolled out in 2.1.11 as a non-breaking change. Compatibility for the internal name request will be completely dropped in 3.0.0.
The text was updated successfully, but these errors were encountered: