如何使用opensearch获得建议?

时间:2019-09-22 16:04:11

标签: opensearch

我创建了一个函数,该函数获取google建议并以相同格式返回。我的opensearch.xml文件如下:

<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:suggestions="http://www.opensearch.org/specifications/opensearch/extensions/suggestions/1.1">
    <ShortName>example</ShortName>
    <Description>example</Description>
    <InputEncoding>UTF-8</InputEncoding>
    <Url type="application/x-suggestions+json" template="https://<url>/meta_search/get_suggestions/?query={searchTerms}" method="get" />
</OpenSearchDescription>

当我使用我的网站作为搜索引擎在地址栏中键入“ iphone”时,得到以下信息: enter image description here

但是当我使用谷歌作为搜索引擎在地址栏中键入“ iphone”时,得到以下建议: enter image description here

使用我的网站作为搜索引擎如何获得相同的建议?

0 个答案:

没有答案