gpt4 book ai didi

google-search - Google 自定义搜索和 Opensearch

转载 作者:行者123 更新时间:2023-12-04 03:15:40 24 4
gpt4 key购买 nike

我的网站上有一个 Google 自定义搜索引擎,我最近实现了 opensearch XML 文件,这样我就可以在浏览器的搜索框中添加我们网站的搜索。

知道如何将自动完成/建议功能添加到浏览器的搜索框吗?

最佳答案

我假设您已经在您的 Google CSE 搜索引擎配置中启用了“自动完成”。

下一步是在 OpenSearchDescription 元素中添加一个 Url 元素,type “application/x-suggestions+json”。我对此进行了一些调查,发现以下 URL 似乎应该有效(请务必在显示 [YOUR PARTNER ID] 的地方输入您自己的 partnerid:

http://www.google.com/complete/search?q={searchTerms}&partnerid=`[YOUR PARTNER ID]`&ds=cse&output=firefox

例如,

<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/">
...
<Url type="application/x-suggestions+json" method="get" template="http://www.google.com/complete/search?q={searchTerms}&amp;partnerid=#YOURPARTNERID#&amp;ds=cse&output=firefox"></Url>
</OpenSearchDescription>

这是 a little webapp我创建了(预先填充了一些有用的值)来帮助您处理 OSDD。

关于google-search - Google 自定义搜索和 Opensearch,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3290926/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com