Can anyone point me in the right direction on how I could implement a “Predictive Text Search Box” in EE.
Eg.
I have a weblog filled with “projects” that have titles and descriptions. When the user starts to type into the search box ....on textbox change if performs a search of the project weblogs and returns the list of projects in a dhtml layer below the search box.
http://www.apple.com has an example of this top right of the page.
Eventually I want to complicate things and get this working with Flash but for now I’m content just to find a way to get it working with say jQuery / AJAX.
Is there some form of templating that could handle these types of queries?