I am tearing my hair out here and think I am just to tired now and missing something.
I have 2 groups on a page controlled by states. Each group has an INPUT and an RG. Then there a 2 SEARCH elements, each to the relevant INPUT Id.
I have rechecked the sources, ids and RG datasources, but for some reason the second input search just does not work.
My gut feeling is 2 conditions working against each other here…
There is a single Repeating Group that displays the results of the search? If so, then basically the 2nd search box is conflicting with the first. But hard to see how from here
Try having 1 search box per RG to see if the results are filtering properly, then work your way back in joining them in the conditions
Sorry, I misread initially thinking you had 2 inputs per RG (as in 2 ways to seach through the list)
(In the non working RG) The last 2 conditions “value is not empty” and “matches: count > 0” can be conflicting because they can both be true. Bubble should take the last condition as true; but can you make each condition exclusive?