You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When filtering by a related table field, the plugin works when the filter value is defined. When the filter value is undefined the filter plugin seems to filter out rows where the related table row is null.
This works as long as the department relation exists. If querying for a user with a job title that does not have a department, no rows are returned when the $departmentId variable is undefined. Expected behaviour is to ignore the filter with the filter value is undefined
The jobTitleToDepartment relation is a virtual constraint created with the @foreignKey smart tag
The text was updated successfully, but these errors were encountered:
Version: 3.0.0-beta.2
When filtering by a related table field, the plugin works when the filter value is defined. When the filter value is undefined the filter plugin seems to filter out rows where the related table row is
null
.For example given a query like:
This works as long as the department relation exists. If querying for a user with a job title that does not have a department, no rows are returned when the
$departmentId
variable is undefined. Expected behaviour is to ignore the filter with the filter value is undefinedThe
jobTitleToDepartment
relation is a virtual constraint created with the@foreignKey
smart tagThe text was updated successfully, but these errors were encountered: