wiki pages: add wildcard support to "other names" search.

This commit is contained in:
evazion
2017-05-23 20:59:48 -05:00
parent f93cd11fb5
commit 1a52f9db2b
4 changed files with 20 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
<%= search_field "title", :hint => "Use * for wildcard searches" %>
<%= search_field "creator_name" %>
<%= search_field "body_matches", :label => "Body" %>
<%= search_field "other_names_match", :label => "Other names" %>
<%= search_field "other_names_match", :label => "Other names", :hint => "Use * for wildcard searches" %>
<div class="input">
<label for="search_other_names_present">Other names present?</label>