Table Filter, `BooleanConstraint` relationship exists
Hi friends,
I'm attempting to add a QueryBuilder filter with a simple bool of if they have any registered warranties or not.
Any ideas on how to get the
BooleanConstraint
with a relationship to exist?
For example, I have this column that is working:
Which I'm trying to add to the filter:
which wants to apply to the current model:
which I add the relationship
method, but it wants a titleAttribute
attribute. Unfortunately, the titleAttribute
is using the value from the boolean which would be 1
.
2 Replies