Sha256: 0646668ce54f88b9ff96044d131994bc1f2c8380172ffb126c21f45b0ac5fcab

Contents?: true

Size: 284 Bytes

Versions: 6

Compression:

Stored size: 284 Bytes

Contents

<%= input_block :label => t('txt.views.search_results.search_term'), :id => 'q' do %>
  <% if Iqvoc.searchable_classes.detect {|c| c.supports_multi_query? } %>
    <%= text_area_tag :q, params[:query] %>
  <% else %>
    <%= text_field_tag :q, params[:query] %>
  <% end %>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
iqvoc-4.3.3 app/views/search_results/sections/_terms.html.erb
iqvoc-4.3.2 app/views/search_results/sections/_terms.html.erb
iqvoc-4.3.1 app/views/search_results/sections/_terms.html.erb
iqvoc-4.3.0 app/views/search_results/sections/_terms.html.erb
iqvoc-4.2.0 app/views/search_results/sections/_terms.html.erb
iqvoc-4.1.3 app/views/search_results/sections/_terms.html.erb