How can I filter by an additional contraint?

Currently, I have a parent group which is doing a search for “user_content_delivery,” which has a field “content” of type “Content”.


Capture2

The content type has a field “Status”, which has three possible values: “published”, “unpublished”, and “removed”. How can I make the search which I am doing above have a constraint where the user_content_delivery’s content’s status cannot equal “removed”?

@angela

Thank you!

1 Like