sferik / twitter-ruby

A Ruby interface to the Twitter API.
http://www.rubydoc.info/gems/twitter
MIT License
4.58k stars 1.31k forks source link

search option for tweets whose text contains search word seperately #980

Closed AnguillaJaponica closed 1 year ago

AnguillaJaponica commented 4 years ago

When I execute client.search('hogefuga'), twiiter returns search results not only tweets containing 'hogefuga' but also tweets containing 'hoge' and 'fuga' seperately.

I do need is the former ones only.

Is it practical to add some option to twitter gem to avoid tweets whose text contains search word seperately?