Hi everyone,

I'm working on "AND & OR search" on search API.
I know I can do the query "A OR B" , but I'd like to use more search
parameter, like,
(A & B) OR (C & D).
Is it possible to do that kind of parenthetic query?

In my investigation, A & B OR C would be A + (B OR C) ,
like, 
http://search.twitter.com/search?q=movie+%22black+swan%22++OR+%22Pirates+of+the+Caribbean%22
But, I'd like to use more advanced one.

Thanks,
yama

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk

Reply via email to