MeoMix / SongBuzz

A Google Chrome extension which allows users to create, maintain, and interact with playlists streamed from YouTube.
23 stars 4 forks source link

Improve Search #51

Open MeoMix opened 11 years ago

MeoMix commented 11 years ago

The current YouTube Search is not ideal.

Sometimes when I type the final search results displayed do not match the text that I input. This is because I attempt to wait for the user to finish typing before searching for data -- but the wait period for each person is different. As such, the search isn't very intuitive.

Perhaps the whole search menu should be restructured a bit and a custom implementation created? I am not sure if jQuery auto-complete is capable of displaying the information we want in a nice, presentable manner.