ClickHouse/website/opensearch.xml
Ivan Blinkov 68ce8a0d82
[experimental] add opensearch.xml (#10743)
* [experimental] add opensearch.xml

* Update opensearch.xml
2020-05-08 16:40:48 +03:00

13 lines
701 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns:moz="http://www.mozilla.org/2006/browser/search/"
xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>ClickHouse</ShortName>
<Description>Search ClickHouse</Description>
<InputEncoding>UTF-8</InputEncoding>
<Image width="16" height="16" type="image/x-icon">https://clickhouse.tech/favicon.ico</Image>
<Url type="text/html" method="GET"
template="https://www.google.com/search?q={searchTerms}+site%3Aclickhouse.tech"/>
<Url type="application/x-suggestions+json" method="GET"
template="https://suggestqueries.google.com/complete/search?output=chrome&amp;q={searchTerms}"/>
</OpenSearchDescription>