The first one should likely be
BBC1 OR "Cash in the Attic"
which translates to
(BBC1) OR (Cash AND in AND the AND Attic)

instead of
BBC1 OR Cash in the Attic
which translates to
(BBC1) OR (CASH) AND (in) AND (the) AND (Attic)

Jonathan

On Wed, May 26, 2010 at 1:43 AM, Nick <nvan...@gmail.com> wrote:

> Hello all,
>
> The search API is giving me strange results, for instance
>
>
> http://search.twitter.com/search.atom?q=BBC1+OR+Cash+in+the+Attic&result_type=recent
>
> vs
>
> http://search.twitter.com/search.atom?q=BBC1&result_type=recent
>
> Shouldn't all the results from the second URL also be available in
> first URL?
> Or am I doing something wrong!
>

Reply via email to