@petey200 said:
Any keywords to require all the hits
The “logic gates” link I gave you includes how to do “AND” (“requires A and B and C”)
With logic, you can create any more complicated rules you want (like “(A AND B) BUT NOT (C OR D)”) by nesting inside the constructs. Play with the expressions from that “logic gates” page, see what they do; try nesting them; get a feel for how the logic works together. Soon, you’ll be able to craft the combinations that most help you with your data.