Closed
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?