plugins/ShinySearch/app/views/shiny_search/search/_form.html.erb
<% name ||= 'search_form' %>
<%= form_with name: name, url: shiny_search.search_path, method: :get, local: true do |f| %>
<%= f.label :query, 'Search', class: 'a11y-hidden' %><%= f.text_field :query %>
<%= f.submit t( 'shiny_search.search.form.search' ), name: nil, class: 'button' %>
<% end %>