Thursday, April 24, 2008

YouTube Suggest

The always surprising video sharing service acquired by Google in October 2006 is constantly improving its search features and borrows many tricks from its parent company. The latest enhancement is an auto-complete feature that shows query suggestions as you start typing characters in the search box. You'll notice the obvious similarity between this feature and Google Suggest, a project that is about to finally graduate from Google Labs. YouTube Suggest has its own list of queries obtained from YouTube users, so it should offer decent suggestions.

"By suggesting more refined searches up front, Google Suggest can make your searches more convenient and efficient by keeping you from having to reformulate your query. Google Suggest might offer suggestions that you will find novel or intriguing," explains Google in an interesting FAQ.


The feature is enabled by default, but you can disable it in the "Settings". For now, YouTube Suggest seems to be live only for international sites like YouTube UK and only if you search from the homepage, but it should be available at YouTube's main site in the near future.

To get the suggestions, YouTube uses this simple JSON call:

http://suggestqueries.google.com/complete/search? hl=en&ds=yt&json=t&jsonp=callbackfunction&q=QUERY

where ds=yt defines the search's scope (YouTube), while q=QUERY includes the characters typed by the user. A similar URL is used by Google News to suggest news sources in advanced search, so we can expect an API for query suggestions:

http://news.google.com/complete/search? hl=en&ds=ns&js=true&q=QUERY

This URL works as well:

http://suggestqueries.google.com/complete/search? hl=en&ds=ns&json=t&jsonp=callbackfunction&q=QUERY


YouTube constantly experiments with new features and most of them are related to the way people navigate the site or discover new videos. A recent experiment added a search box below the list of related videos so that people can search and see the search results while watching a video. The only problem was that you couldn't add the results to the Quicklist in order to build dynamic playlists.

Update (May 16): YouTube Suggest is now live at youtube.com.

Labels: ,

  10 comments ( Post a comment )
This probably isn't news, but I noticed that Wikipedia has added a Suggest feature to their search box. At least for the English version in the sidebar. Although I think it is suggesting exact page matches, as opposed to listing searches and the number of pages matching.
And in true Wikipedia spirit, the suggestions are poor. They sort the page titles that start with your characters alphabetically.
It's the wikipedia style. They offer each topic the same level of visibility.

Simone
What's the purpose of an auto-complete feature if it doesn't have some logic behind it? When I type "yah" in Wikipedia's search box, the suggestions are: "Yah", "Yah Bak", "Yah Kai", "Yah Lin Trie", "Yah mater", "Yah Mo B There", but not "Yahoo", which is the obvious suggestion. Displaying some topics alphabetically doesn't help anyone, especially if you have millions of topics.
You say Youtube uses user's data to suggest search queries.

Does this mean that my search queries in Youtube will become visible to others? Or the only popular ones?
All these search bars suck, they are for morons only! Must be why the are gaining ground so fast!
"Settings" does not shows!!! how do i erase or disable the youtube's suggest feature??
there is no settings nere the search box
Better remove the drop down of suggestion query in google videos and youtube
YouTube tweaked the interface. You can disable suggestions by clicking on "advanced" and unchecking "Display query suggestions as I type". Then click on "close" and refresh the page.