I have been trying to use the YouTube API to search for videos from YouTube using the Zend Gdata class. When I type a search term with a single word I get back expected results but when I start using more than one work in my search term I dont seem to get back very good results, the videos do not seem to be related to my search term.
I urlencode the search term before passing it to youtube - ie
$query->videoQuery = urlencode($searchString);
Has anyone come across a similar problem? any solutions?