Hi and thanks for this nice plug-in. I I am using Google search for my Wordpress and I managed to get Autocompleter to work with Google search. The default settings did not work.
Go to the html code of Google search and add an id
<div class="google-search">
<form action="page for search results" id="cse-search-box">
<div>
<input type="hidden" name="cx" value="your google search id" />
<input type="hidden" name="cof" value="FORID:9" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" id="gs" ""'name="q" size="20" />
<input type="submit" name="sa" value="Search" />
</div>
</form>
I added id="gs"
In Kau-boys options menu use gs as your search ID.
I think if the search results would be more relevant and faster to show up, I will certainly use this plug-in!
Thanks for your work and for your time,
Wisam