Recreate wappler query conditions for end user

Trying to wrap my head around how one would go about building a conditional search functionality like this.

In effect re-creating the query builder for the end user.

I’ve been playing around with grouping in the query builder, but my brain just melts down at some point and I get stuck.

EDIT: For Clarity. Never mind the naming (is any vs in etc.) and the actual options available. The question is on the fundamentals of how to structure the conditions in the query builder to achieve the front end in the first screenshot.

Use the question mark under the condition step to toggle condition like $_POST.yourdropdown == ‘is_none_of’ or whatever your values are.
Then create another condition with a different toggle condition.

Gabor