Field Filters
| Filter | Type | Modifiers |
|---|---|---|
| Between | $between | |
| Between Columns | $betweenColumns | |
| Equal | $eq | |
| Greater Than Equal To | $gte | |
| Greater Than | $gt | |
| In | $in | $in:null |
| Json Contains | $jsonContains | |
| Json Length | $jsonLength | |
| Json Not Contains | $jsonNotContains | |
| Less Than | $lt | |
| Less Than Equal To | $lte | |
| Like | $like | $like:start $like:end |
| Not Between | $notBetween | |
| Not Between Columns | $notBetweenColumns | |
| Not Equal | $notEq | |
| Not In | $notIn | $notIn:null |
| Not Like | $notLike | $notLike:start $notLike:end |
| Null | $null |
Relation Filters
| Filter | Type |
|---|---|
| Has | $has |
| Doesnt Has | $doesntHas |
Morph Relation Filters
| Filter | Type |
|---|---|
| Has Morph | $hasMorph |
| Doesnt Has Morph | $doesntHasMorph |
Condition Filters
| Filter | Type |
|---|---|
| And | $and |
| Or | $or |

