javascript - Using a binary search database within a search engine -


i own music streaming search website. want make more robust search engine experience. adding binary search search engine google has if start typing in couple of keywords narrow down search results database list ones container same keywords. example if typed in "lady" search engine, within binary search's database contains "lady" appear. not know how add existing line of code search box. ideas?

<div id="top_search">     <form id="top_search_form">         <input type="text" id="top_search_input" placeholder="search music" />     </form> </div> 

recently did somethin similar , use example template,

http://www.w3schools.com/php/php_ajax_livesearch.asp

hope helps.


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -