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