I have created below search query to filter tweets by single place:
SEARCH_TERM = “place:00eb8de9015a3185 opioids lang:en”
I did not really understand how do I filter tweets by multiple places? How the query will look like?
you can use OR operator like
(place:00eb8de9015a3185 OR place:00aa...) opioids lang:en
2 Likes
Thanks, Igor for your time it worked.
system
Closed
#4
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.