Skip to content

Commit

Permalink
Merge pull request #913 from gwu-libraries/t912-comma
Browse files Browse the repository at this point in the history
Fixes #912
  • Loading branch information
justinlittman committed Feb 20, 2018
2 parents ed5e2d7 + 3717612 commit 4a6aa5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/collections.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ matching is not supported. See the `track parameter documentation
<https://developer.twitter.com/en/docs/tweets/filter-realtime/guides/basic-stream-parameters#track>`_ for more
information.

- Note: When entering a comma-separated list of search terms for the track or follow parameters, make sure to use the standard ``,`` character. When typing in certain languages that use a non-Roman alphabet, a different character is generated for commas. For example, when typing in languages such as Arabic, Farsi, Urdu, etc., typing a comma generates the ``،`` character. To avoid errors, the Track parameter should use the Roman ``,`` character; for example: سواقة المرأه , قرار قيادة سيارة

**Follow** collects tweets that are posted by or about a user (not including
mentions) from a comma separated list of user IDs (the numeric identifier for
a user account). Tweets collected will include those made by the user, retweeting
Expand Down

0 comments on commit 4a6aa5c

Please sign in to comment.