I am trying to add autocomplete to a google custom search that that I have recently installed.
I managed to get the search to work by sending a request to googleapis.com/customsearch/v1 but now I am having trouble getting the autocomplete to work against the google custom search. I did enabled autocompletion on my custom search account, but I cannot find any APIs or ways for me to get a list of suggested words.
Is there any available API for autocomplete to suggest words within the custom search?
I did find this post, Google Custom Search API Autocomplete?, but I was unable to get it to work. Just wondering if there are any other suggestions or solutions.