ckoepp/TwitterSearch

query operators does not work

fjcaro opened this issue · 1 comments

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.

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