Search Comments

<%= simple_form_for(@search) do |f| %> <%= hidden_field_tag "group_by", "comment" %> <%= f.input :body_matches, :label => "Body" %> <%= f.input :creator_name_equals, :label => "User" %> <%= f.input :post_tag_match, :label => "Tags" %> <%= f.button :submit, "Search" %> <% end %>