Is your feature request related to a problem? Please describe.
Right now all of our filters are inclusive. That is, you can only filter for nodes to include in scope. This does not allow the user to create a filter that matches for everything that does NOT meet the chosen criteria.
Describe the solution you'd like
Optionally, the user should be able to pick between whether the filter is an Include or Exclude filter. If there are both Include and Exclude filters present when evaluating node scope then the scope should be determined by an AND of all filters. So the resulting nodes should be those that are both NOT the exclude filters and ARE the include filters