<%= form_tag main_app.search_catalog_path, method: :get, id: 'issue_search_form', class: 'form-inline' do %> <%= render_hash_as_hidden_fields(search_state.params_for_search .except('q', 'search_field', 'qt', 'page') .merge(@presenter.title_search_params)) %> <%= hidden_field_tag :search_field, 'all_fields' %>
<%= text_field_tag :q, params[:q], required: true, placeholder: t('newspaper_works.title_search_form.placeholder'), class: 'q form-control', id: 'q_issues', autofocus: false %>
<%= render 'newspaper_works/newspapers_search/front_pages_input' %> <% end %>