开发者

Implementing autocomplete with Google site search

开发者 https://www.devze.com 2023-02-14 16:03 出处:网络
I\'d like to implement autocomplet开发者_JAVA百科ions on a Google site search engine. This site uses the (paid) XML API however for customizing the results. Google\'s documentation only talks about au

I'd like to implement autocomplet开发者_JAVA百科ions on a Google site search engine. This site uses the (paid) XML API however for customizing the results. Google's documentation only talks about autocompletion for the JS API with custom search.

Is it possible to fetch some XML or JSON feed with autocompletion data? Or is there some other way to achieve autocompletion without giving up on the XML search API?


I wrote my own autocomplete, see demo here: http://olegh.cc.st/autocomplete.html If you have your own dictionary, and own WEB-server on unix-like platform, you can run my autocomp. I can share sources for free.

0

精彩评论

暂无评论...
验证码 换一张
取 消