are key words case sensitive? #669
-
I am trying to collect German-language tweets with some key words. In German, nouns begin with a capital letter. However, I'm sure some people may tweet without capitalizing. My question is whether, in my code, I need to include, for example, both "immigrant" and Immigrant", or whether it's not case sensitive. |
Beta Was this translation helpful? Give feedback.
Answered by
igorbrigadir
Nov 21, 2022
Replies: 1 comment 1 reply
-
Nope! no case sensitivity in search APIs. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
igorbrigadir
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nope! no case sensitivity in search APIs.