I'm trying to do an advanced search to get tweets that MUST include one word from the following three word groups: html or css, developer or engineer, home or remote.
I've read the Twitter's documentation and the query I should be using is:
html OR css developer OR engineer home OR remote
And I also tried:
html OR css AND developer OR engineer AND home OR remote
I'm getting inaccurate results, it's showing tweets that don't have at least one word from each word group:
Where is the issue? I've contacted Twitter's support but they don't respond to individual reports :/
ATTENTION: I don't want results from the Top tab. The Top tab only shows popular tweets. The Live tab shows all the tweets ands that's what I want. https://support.twitter.com/articles/131209
