summaryrefslogtreecommitdiffstats
path: root/app/views/search/index.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/search/index.rhtml')
-rw-r--r--app/views/search/index.rhtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/search/index.rhtml b/app/views/search/index.rhtml
index 13ec567d9..0cedc4b14 100644
--- a/app/views/search/index.rhtml
+++ b/app/views/search/index.rhtml
@@ -5,7 +5,9 @@
<p><%= text_field_tag 'q', @question, :size => 60, :id => 'search-input' %>
<%= javascript_tag "Field.focus('search-input')" %>
<%= project_select_tag %>
+<%= hidden_field_tag 'all_words', '', :id => nil %>
<label><%= check_box_tag 'all_words', 1, @all_words %> <%= l(:label_all_words) %></label>
+<%= hidden_field_tag 'titles_only', '', :id => nil %>
<label><%= check_box_tag 'titles_only', 1, @titles_only %> <%= l(:label_search_titles_only) %></label>
</p>
<p>