How to search for:
(string1 AND string2) AND (string3 OR string4)
Examples that find hits(in any order):
pebbles fred barney
wilma fred barney
pebbles fred wilma barney
Another search:
(string1 AND string2) OR (string3 AND string4)
(barney AND fred) OR (wilma AND pebbles)
Example hits would have(in any order):
fred barney
pebbles wilma
barney fred
pebbles wilma
Thanks in advance!