Sha256: ba1c7f326ec16078530552ae8ad0eaa0847dec4d5cf22cc8c052002a1721b76c

Contents?: true

Size: 511 Bytes

Versions: 13

Compression:

Stored size: 511 Bytes

Contents

<%= warn "#{__FILE__} is a deprecated partial." %>
<%= render((blacklight_config&.view_config(document_index_view_type)&.search_bar_component || Blacklight::SearchBarComponent).new(
      url: search_action_url,
      advanced_search_url: search_action_url(action: 'advanced_search'),
      params: search_state.params_for_search.except(:qt),
      search_fields: Deprecation.silence(Blacklight::ConfigurationHelperBehavior) { search_fields },
      autocomplete_path: search_action_path(action: :suggest))) %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
blacklight-7.33.1 app/views/catalog/_search_form.html.erb
blacklight-7.33.0 app/views/catalog/_search_form.html.erb
blacklight-7.32.0 app/views/catalog/_search_form.html.erb
blacklight-7.31.0 app/views/catalog/_search_form.html.erb
blacklight-7.30.0 app/views/catalog/_search_form.html.erb
blacklight-7.29.0 app/views/catalog/_search_form.html.erb
blacklight-7.28.0 app/views/catalog/_search_form.html.erb
blacklight-7.27.1 app/views/catalog/_search_form.html.erb
blacklight-7.27.0 app/views/catalog/_search_form.html.erb
blacklight-7.26.1 app/views/catalog/_search_form.html.erb
blacklight-7.26.0 app/views/catalog/_search_form.html.erb
blacklight-7.25.3 app/views/catalog/_search_form.html.erb
blacklight-7.25.2 app/views/catalog/_search_form.html.erb