docbrown/app/assets/xml/search.xml.erb
2020-06-03 08:49:25 -04:00

9 lines
493 B
Text

<% helper = Module.new { extend ApplicationHelper } %>
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName><%= helper.community_name %> Search</ShortName>
<Description>Find posts from the <%= helper.community_qualified_name %>.</Description>
<Contact><%= SiteConfig.email_addresses[:default] %></Contact>
<Url type="text/html"
template="<%= URL.url("search") %>?q={searchTerms}"/>
</OpenSearchDescription>