about summary refs log tree commit diff stats
path: root/frontend/templates/opensearch.xml.gotmpl
blob: c761fd43c70b1a3ae8c45063ce37a243dbf67e4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<OpenSearchDescription
  xmlns="http://a9.com/-/spec/opensearch/1.1/"
  xmlns:moz="http://www.mozilla.org/2006/browser/search/"
>
  <ShortName>Searchix {{ sourceNameAndType .Source }}</ShortName>
  <LongName>Search {{ sourceNameAndType .Source }} with Searchix</LongName>
  <Description>Search {{ sourceNameAndType .Source }}</Description>
  <Url
    type="text/html"
    method="get"
    template="{{ .BaseURL }}/{{ .Source.ImporterType }}/{{ .Source.Key }}/search?query={searchTerms}&amp;from=opensearch"
  />
  <moz:SearchForm
    >{{ .BaseURL }}/{{ .Source.ImporterType }}/{{ .Source.Key }}/search</moz:SearchForm
  >
</OpenSearchDescription>