From 7b5669ab60061667a2d3d33ec4d9de65258a6184 Mon Sep 17 00:00:00 2001 From: Toks Date: Sun, 14 Jul 2013 19:20:02 -0400 Subject: [PATCH] Add warning to note search mirroring comment search --- app/views/notes/search.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/notes/search.html.erb b/app/views/notes/search.html.erb index 01a476127..13b0ebe33 100644 --- a/app/views/notes/search.html.erb +++ b/app/views/notes/search.html.erb @@ -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 %>