mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
9 lines
497 B
XML
9 lines
497 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
|
|
<ShortName>{{ project|e }}</ShortName>
|
|
<Description>{% trans docstitle=docstitle|e %}Search {{ docstitle }}{% endtrans %}</Description>
|
|
<InputEncoding>utf-8</InputEncoding>
|
|
<Url type="text/html" method="get"
|
|
template="{{ use_opensearch }}/{{version}}/{{ pathto('search') }}?query={searchTerms}"/>
|
|
<LongName>{{ docstitle|e }}</LongName>
|
|
</OpenSearchDescription> |