Add warning to note search mirroring comment search

This commit is contained in:
Toks
2013-07-14 19:20:02 -04:00
parent 7141ba8129
commit 7b5669ab60

View File

@@ -4,9 +4,10 @@
<%= form_tag(notes_path, :method => :get, :class => "simple_form") do %>
<%= hidden_field_tag "group_by", "note" %>
<%= search_field "body_matches", :label => "Body" %>
<%= search_field "creator_name", :label => "Author" %>
<%= search_field "post_tags_match", :label => "Tags" %>
<%= search_field "post_tags_match", :label => "Tags", :hint => "Meta-tags not supported" %>
<%= submit_tag "Search" %>
<% end %>
</div>