$and
and $or
restricted filters are not forced when using relations
#24
Labels
$and
and $or
restricted filters are not forced when using relations
#24
Request
Config
BaseModel (Where filters are applied to) has the following
$filters
The Relation model has:
Result
Even if not defined in Relation model. The $and and $or filters are applied.
Also the other way around, if we do not apply and & or filters to base model but on relation model, the above query will not filter with $and. It is also not possible to change the request for that case to:
Expected
Filter restrictions are applied, when working with relations
The text was updated successfully, but these errors were encountered: