I have events in which Field1 contains multiple values but I only need to look for two values (foo AND bar) and tie them to Field2. What's the most efficient way to craft this search?
I'm basically looking for events to be returned in which Field2 has both 'foo' AND 'bar' in Field1
Thx
↧