I am using ruby twitter gem to search information. It seems search results count is not exactly the same when I do search through twiiter.com.
2.1.2 :099 > @client.search("#hello", :lang => “en”, :result_type => “mixed”).take(1000).count
=> 200
is there any way we can use result_type all. As of I know it will onlly allows “mixed”, “recent” or “popular”.
If it is not possible is there any other way we can get ALL tweets for matching word