ClickHouse/website/opensearch.xml
Alexey Milovidov e9e77b4403 .tech -> .com
2021-09-22 03:22:57 +03:00

13 lines
699 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.com/favicon.ico</Image>
<Url type="text/html" method="GET"
template="https://www.google.com/search?q={searchTerms}+site%3Aclickhouse.com"/>
<Url type="application/x-suggestions+json" method="GET"
template="https://suggestqueries.google.com/complete/search?output=chrome&amp;q={searchTerms}"/>
</OpenSearchDescription>