I'd like to do a query with a filter, which checks...
# orm-help
q
I'd like to do a query with a filter, which checks if the value of an attribute is
null
or an empty array... How can I do that?
Copy code
{"OR" [{"attribute...?": ...?}]}
how do I filter properly?