Hi Chad,
The search.twitter.com query parser does not support grouping
like this. We've talked about it a few times internally but it's
pretty difficult and never seems to have a high enough priority. Go
ahead and open a Google Code issue on it so I don't forget.
Thanks;
— MAtt
On Mar 3, 2009, at 02:46 PM, Chad Etzel wrote:
Hi there,
I have tried all boolean search logic I know to accomplish this, but
I've run out... is this possible?
The logic I am trying to search is this:
(term1 AND term2) OR term3
meaning: results containg both term1 and term2 OR only containing
term3
example usage:
(from:prsarahevans AND #journchat) OR from:journchat
I know this is not valid Twitter Search syntax, but is there a syntax
that will accomplish this?
Basically, how do I group terms together so that they can be used with
an OR operator?
Thanks,
-Chad