Here I\'m trying to retrieve the tweets which has the tag \'V57\' using search api 1.1. Dumped & seen the results of search term by using,
$search_tim = $conne
I have found concatenating "-filter:retweets"
to the end of your query string works best.
If you simply add -RT
you might run into issues with accidentally filtering tweets containing "RT" for example "Russia Today" will use that string quite a lot!
The following pages describe Twitter search operators: