Hello,
I’m trying to figure out how to combine hashtag searches with tweets from a specific user. For example: “?q=%20election AND from:reporter&count=20&result_type=recent”
This would pull all of the tweets that have the hashtag of election by the user “reporter”. I tried it with an AND operator and with out, but neither seem to return any values but when I search with https://twitter.com/search I am able to find it. I even copied the URL query parameters from the search URL and it still didn’t work.