-
-
Notifications
You must be signed in to change notification settings - Fork 160
Closed
Labels
Description
Filtering is not really specified in the jsonapi.org specification and we have actually chosen an other filter strategy than is implemented in JsonApiDotNetCore.
Would it be possible/desirable to make the parsing of query strings more adaptable, so that we can override the ParseFilterQuery method to support queries like filter[attribute][lt]=value instead?
jaredcnance