[twitter-dev] Re: Search with multiple terms

2011-07-01 Thread karthick rajan
Hi,

I need a query this way,

#term1 OR (term2 from: term3)

Means:
#term1 from any user
or
containing string term2 from user term3

Please reply me quick on this

Thanks,
S. Karthick Rajan

On May 11, 11:13 pm, Matt Harris thematthar...@twitter.com wrote:
 Hi Adrian,

 Check out our guide on how to use the Search API:
    http://dev.twitter.com/pages/using_search

 It includes information about how to do this and other types of queries.

 Best,
 @themattharris
 Developer Advocate, Twitterhttp://twitter.com/themattharris







 On Wed, May 11, 2011 at 8:50 AM, Adrian arco.wagemak...@gmail.com wrote:
  Is it possible to do a search for multiple words that belong together
  combined with the OR operator?

  For example if I want to capture all tweets for The Bachelor
  including people who use hashtags, I would like the query to look
  something like:

  the bachelor or thebachelor

  on Twitter search this is translated as:

  ors=the+bachelor+thebachelor

  which is clearly wrong.

  I have tried it many ways now but seem to fail constantly. Any
  suggestions?

  --
  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

-- 
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


[twitter-dev] Re: Search with multiple terms

2011-05-12 Thread Adrian
I did not see the solution for multiple words. It is clear that for
single words it is:

this OR that becomes ors=this+that

I did not see the solution for this sentence OR these words


On May 11, 8:13 pm, Matt Harris thematthar...@twitter.com wrote:
 Hi Adrian,

 Check out our guide on how to use the Search API:
    http://dev.twitter.com/pages/using_search

 It includes information about how to do this and other types of queries.

 Best,
 @themattharris
 Developer Advocate, Twitterhttp://twitter.com/themattharris



 On Wed, May 11, 2011 at 8:50 AM, Adrian arco.wagemak...@gmail.com wrote:
  Is it possible to do a search for multiple words that belong together
  combined with the OR operator?

  For example if I want to capture all tweets for The Bachelor
  including people who use hashtags, I would like the query to look
  something like:

  the bachelor or thebachelor

  on Twitter search this is translated as:

  ors=the+bachelor+thebachelor

  which is clearly wrong.

  I have tried it many ways now but seem to fail constantly. Any
  suggestions?

  --
  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- Hide 
 quoted text -

 - Show quoted text -

-- 
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