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 %>