Query params
Capy Serializers supports automatic filtering from query params out of the box, this fields are limited from filters
attribute and inherit the filters from its children.
Operations
Greater than
Less than
Greater than or equal to
Less than or equal to
Equal to
Insensitive equal to
In
Django Lookup
The supported filters are exact
, iexact
, contains
, icontains
, gt
, gte
, lt
, lte
, in
, startswith
, istartswith
, endswith
, iendswith
, range
, year
, month
, day
, hour
, minute
, second
, isnull
, search
.
Not
This operator is able to negate all the supported operations previously mentioned, the !
operator must be prefixed to the operation.