There are a couple of newspapers I keep an eye on, but are not local to me. So I have google news alerts set up for certain topics, is there a way to merge the queries into one using some sort of boolean? The queries themselves each have a faily complex number of OR's and AND's. Can i do something like this:
(query 1) AND (query 2) AND (query3)
or would it be like this?
(query 1) OR (query 2) OR (query3)
anyone done this? I think im going to start expirimenting to see what I can get it to do, I was just hoping someone else alreadys knows.
(query 1) AND (query 2) AND (query3)
or would it be like this?
(query 1) OR (query 2) OR (query3)
anyone done this? I think im going to start expirimenting to see what I can get it to do, I was just hoping someone else alreadys knows.