Hi,
We recently raised a new stream using Twitter’s ‘statuses/filter’ API. In our implementation we used the ‘track’ param to search for queries, which are originally being fed to the standard search endpoint.
While testing the stream we noticed that the search’s standard operators (e.g. ‘-’, ‘from:’, etc) are not operational for the standard stream, although it is mentioned in the Overview that they can be used (https://developer.twitter.com/en/docs/tweets/filter-realtime/overview). Can someone shed some light on the subject?
Also, since the stream expects a comma-separated list, it’s a bit difficult to parse more complex boolean queries, such as ‘(k1 AND k2) OR (k1 AND k3)’, which are originally supported in the ‘search’ API. Is there a recommended solution to that issue, other than parsing these queries on both ends?
Thanks in Advance!