:{modifierName}
to the type
of the filter.
$like
:start
- matches only the start of field LIKE 'Laravel%'
.:end
- matches only the end of field LIKE '%Laravel'
.$notLike
:start
- matches only the start of field NOT LIKE 'Laravel%'
.:end
- matches only the end of field NOT LIKE '%Laravel'
.$in
:null
- also does a or "{$target}" is null
.$notIn
:null
- also does a and "{$target}" is not null
.