<%= simple_form_for @search do |f| %> <%= f.input :title_matches %> <%= f.input :creator_name_equals %> <%= f.button :submit %> <% end %>