I want to use profile_locality: to identify those tweets with user location at city level. As profile_locality: is exact string match, is there a way to identify two cities in one query?

For example, identify users in either New York City or Boston?

you can try to add an OR like:

(profile_locality:boston OR profile_locality:nyc)

in a query

چند راه وجود دارد .۱.اینکه میتوان درخواست آدرس از روی نقشه یا GPSاستفاده کرد
درخواست آدرس و کدپستی2
3پیش شماره تلفن و تلفن ثابت[quote=“shuqi_huang, post:1, topic:139151, full:true”]
I want to use profile_locality: to identify those tweets with user location at city level. As profile_locality: is exact string match, is there a way to identify two cities in one query?

For example, identify users in either New York City or Boston?
[/quote]

Thank you! It works!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.