Hi, Today I noticed that my Twitter4J automated testcase for the search API started to fail.
query: "thisisarondomstringforatestcase" returns 1 tweet. http://search.twitter.com/search?q=thisisarondomstringforatestcase But query: "source:web thisisarondomstringforatestcase" returns 0 tweet despite that the above tweet was posted via web. http://search.twitter.com/search?q=source%3Aweb+thisisarondomstringforatestcase It used to be returning one single tweet. Is there any problem with the search API? Best regards, Yusuke
