Yes, that is a bug in 1.8.8 I’ve replied to that in the @Victor_Araya_V topic as well.
Could you please specify what exactly is different? I mean does it still return tweets from that account, just not all of them?
If so that would be the way Twitter API works, it returns a sample of tweets not all of them.
That being said there was also twitter related issue that we will fix in 1.8.9 as well.
Yes, I noticed the bug regarding the images, this is not my problem.
Regarding the results, you can try with any account you like.
In my case the"from:account" did not return a single post of this account, but quite a lot of retweets that were originally from the account.
"#keyword" returned some expected tweets.
"@account" (mentioning) also seemed to work, but not sure if the results were complete.
In my case I want to display the tweets coming from my organization, so the only option I have is the "from:account"search term.
It would be great if you can find out where the problem lies.
Although enabling the debug logs, I couldn’t see the exact query which was sent out via the twitter API (or I didn’t know what to look for).
After having a look at Dan’s commit, this might even be the solution for my issue.
If the urlencode function makes : out of the colon, it’s clear that it doesn’t work correctly.