How to set OR not AND in a repeating group search

So, :filter advanced works if there’s ONE filter, but the moment there are two, any selection on the multidropdown returns nothing. Can’t for the life of me understand why.


One advanced filter works perfectly:


The logic seems exactly the same.

  1. With 1 filter, search for all jobs, and then filter to only show the jobs where intersected with the filter count > 0.
  2. With 2 filters, search for all jobs, filter to show jobs where Field 1 intersected with Field 1 filter count > 0, AND filter to show jobs where Field 2 intersected with Field 2 filter count > 0.

The evaluator doesn’t really seem to help in this case either. Ugh, this has been such a tough problem to crack. Learning a lot though. Is this a bug @keith or am I doing something wrong?