Sha256: 7aaca75b62fa8deb2836e70d244c95ed559c060a7ffabb5f0f89532e46c6a44a

Contents?: true

Size: 804 Bytes

Versions: 74

Compression:

Stored size: 804 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

74 entries across 74 versions & 2 rubygems

Version Path
blacklight-7.7.0 app/views/catalog/opensearch.xml.builder
blacklight-7.6.0 app/views/catalog/opensearch.xml.builder
blacklight-7.5.1 app/views/catalog/opensearch.xml.builder
blacklight-7.5.0 app/views/catalog/opensearch.xml.builder
blacklight-7.4.2 app/views/catalog/opensearch.xml.builder
blacklight-7.4.1 app/views/catalog/opensearch.xml.builder
blacklight-7.4.0 app/views/catalog/opensearch.xml.builder
blacklight-7.3.0 app/views/catalog/opensearch.xml.builder
blacklight-7.2.0 app/views/catalog/opensearch.xml.builder
blacklight-7.1.0 app/views/catalog/opensearch.xml.builder
blacklight-7.1.0.alpha app/views/catalog/opensearch.xml.builder
blacklight-7.0.1 app/views/catalog/opensearch.xml.builder
blacklight-7.0.0 app/views/catalog/opensearch.xml.builder
blacklight-7.0.0.rc2 app/views/catalog/opensearch.xml.builder