diff --git a/app/views/forum_posts/search.html.erb b/app/views/forum_posts/search.html.erb
index 9e9a1e139..a9bd4613d 100644
--- a/app/views/forum_posts/search.html.erb
+++ b/app/views/forum_posts/search.html.erb
@@ -2,8 +2,8 @@
Search Forum Posts
<%= simple_form_for @search do |f| %>
- <%= f.input :topic_title_matches, :label => "Title" %>
- <%= f.input :body_matches, :label => "Body" %>
+ <%= f.input :topic_title_matches, :label => "Title", :required => false %>
+ <%= f.input :body_matches, :label => "Body", :required => false %>
<%= f.button :submit, "Search" %>
<% end %>