Sha256: c6038a5c34480768f03aaf23d36931421cad1e6a28d921cbb3b96daf16f42c40
Contents?: true
Size: 805 Bytes
Versions: 21
Compression:
Stored size: 805 Bytes
Contents
# frozen_string_literal: true xml.instruct! :xml, version: '1.0' xml.OpenSearchDescription(xmlns: 'http://a9.com/-/spec/opensearch/1.1/') { xml.ShortName application_name xml.Description "#{application_name} Search" xml.Image asset_url('favicon.ico'), height: 16, width: 16, type: 'image/x-icon' xml.Contact xml.Url type: 'text/html', method: 'get', template: "#{url_for controller: 'catalog', only_path: false}?q={searchTerms}&page={startPage?}" xml.Url type: 'application/rss+xml', method: 'get', template: "#{url_for controller: 'catalog', only_path: false}.rss?q={searchTerms}&page={startPage?}" xml.Url type: 'application/x-suggestions+json', method: 'get', template: "#{url_for controller: 'catalog', action: 'opensearch', format: 'json', only_path: false}?q={searchTerms}" }
Version data entries
21 entries across 21 versions & 2 rubygems