Add wiki search option for whether other names are present

This commit is contained in:
Toks
2014-06-14 14:17:06 -04:00
parent be28a8e624
commit 624f2c704b
2 changed files with 11 additions and 0 deletions

View File

@@ -6,6 +6,11 @@
<%= search_field "body_matches", :label => "Body" %>
<%= search_field "other_names_match", :label => "Other names" %>
<div class="input">
<label for="search_other_names_present">Other names present?</label>
<%= select "search", "other_names_present", ["yes", "no"], :include_blank => true %>
</div>
<div class="input">
<label for="search_order">Order</label>
<%= select "search", "order", ["Name", "Date"] %>