Is it possible to use wildcards in the filter section of a streaming api request?
For example, if I’m interested in seeing all statuses including ‘VZW’ or ‘VZWireless’, can I just filter based on something like ‘VZW*’?
-Andrew
As I understand it, this isn’t possible with the standard streaming API - it only matches whole words.
This is documented in the old version of the API docs, however appears to be missing from the current version.
Thanks, James!