I'm trying to implement the search suggest for my gsa search box as is described in http://code.google.com/apis/searchappliance/documentation/612/xml_reference.html#QuerySuggestionServicesuggestProtocol
I was having an issue integrating the javascript file that they mention ss.js as apparently the file is not very lint friendly.
I looked at http://briancaos.wordpress.com/2010/07/16/gsa-google-search-appliance-suggest-using-c-and-jquery/ and they offer an alternate solution of using a jquery plugin.
I looked around and it doesn't seem like there are too many references to how to implement this ss.js file. I was wondering if anyone could give me an extra information as to which one might be better to use and why.
This is a .net project using C#.