Auto Complete drop down for search results

Permalink
How to make search results as auto complete drop down which on selection will redirect to the selected page

 
ideasponge replied on at Permalink Reply
ideasponge
You would probably need a custom addon that builds a list of common keywords in your pages. Then while the user is typing you use an ajax call to show the autocompleted form which pulls from that list of keywords.

You could probably modify the existing Search block to at least do this based on meta keywords and/or tags.
frankdesign replied on at Permalink Reply
We did this for a client:

http://www.actiononcancer.org/

Is that the sort of thing you're after?
sanju replied on at Permalink Reply
Ya. How you done that?