I would like to implement autocomplete in the search engine of the Google site. This site uses the (paid) XML API, however, to tune the results. The Google documentation only talks about autocomplete for the JS API with custom search.
Is it possible to get some XML or JSON feed with autocomplete data? Or is there another way to achieve autocomplete without abandoning the XML search API?
source
share