Hello Twitter Developers!
I am looking to collect some Twitter data using the Twitter Dev Signature Generator associated with POST statuses/filter and I would like to make sure my query is correctly written before I begin collection.
I would like to collect tweets that have the following word combinations:
(fever AND cough) or (fever AND sore AND throat)
Basically, I want to return any tweets that have the either the words fever AND cough, OR fever AND sore throat.
The query I wrote is as follows:
track=fever cough,track=fever sore throat
Is my current query correct, as is, for what I want to return?