Hello,
my intention is to fetch user timeline and all mentions and replies to the user.
So I am trying to do the search like this “to:user OR @user” and fetch timeline using statuses/user_timeline.
The last works fine but I realized that search doesn’t.
It looks like it returns more results when calling “to:user” only instead of “to:user OR @user”
Do you hahe any idea if it is some kind of limitation or my usage of OR operator is incorrect.
Regards
Piotr