autocomplete search box results with inline links

autocomplete search box results with inline links

Hi there,

I want to create an autocomplete search box that returns matches on page titles, as well as inline links to the pages as well. I want to recreate a bit of the functionality of Inquisitor (http://www.inquisitorx.com/firefox/index_en.php).

I would love a little guidance in how I could go about doing this. Would it be easy to use the autocomplete plugin as part of this process? I already have my site indexed automatically into a json file, so all my titles are there and can be matched that way. I want to then return and display the titles, description and link to that page as an option to the user, instead of simply searching for the title once it has been matched.

Any guidance would be greatly appreciated. Thanks!