Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

query operators does not work #33

Closed
fjcaro opened this issue Oct 2, 2016 · 1 comment
Closed

query operators does not work #33

fjcaro opened this issue Oct 2, 2016 · 1 comment
Labels

Comments

@fjcaro
Copy link

fjcaro commented Oct 2, 2016

Hello, I am having troubles using query operators. For example the query '"michelle bachelet"' throws tweets including not only "michelle bachelet" exact phrase, but also tweets containing only "michelle", others containing only "bachelet", and others containing both "michelle" and "bachelet" with different distances between those two words. In general AND, OR and exact phrase queries throws all three types of results.

I will appreciate any help with this issue.

@ckoepp
Copy link
Owner

ckoepp commented Dec 29, 2016

You would need to enter "michelle bachelet" (including quotes!).

The Twitter Search API treats the same phrase without quotes as michelle OR bachelet. You can actually try it out at twitter.com/search

@ckoepp ckoepp closed this as completed Dec 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants