wiki pages: add wildcard support to "other names" search.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user