FilterType
enum.
BelongsToMany
and MorphToMany
relationships.
FilterType
basis.
$like:start
$like:end
$notLike:start
$notLike:end
$in:null
$notIn:null
Filter::field()
with any of the core filters provided by this package.
$like:start
.$like:end
.$notLike:start
.$notLike:end
.allowedFilters()
definitions should be updated.
Filter::all()
has been removed due to not being able to support pivot filters feature.
Target::relationAlias()
has been removed due to Filter::all()
being removed.
default_allowed_filter_list
has been removed from the config file due to Filter::all()
being removed.
All Filterable
models default to no filters allowed.