I am using the jquery autocomplete plugin, but right now all it does is display a dropdown of rows that when clicked, injects the term into the input box.
What I want is for it to have a hyperlink, so when clicked, it redirects to the page.
Is it possible to return a more rich json request, that has other meta data like a url, image and would be displayed in the autocomplete box that displays?
I've seen this done on a site, but not sure if they had to modify the autocomplete plugin for it to work? i.e. returning a json response as oppose to just a list of text.