The query parser allows for complex filtering, sorting, the use of child relations and more.
Currently the filter parser supports
sort allows for multiple sort targets for ascending and descending sorts.
with allow for loading child models.
scope allows for the use of Laravel query scopes
Joins are also supported
Columns allows for specifying which columns are returned.
Soft deletes are also supported with the withTrashed and onlyTrashed filters.