Check 'includes' search method by default
This commit is contained in:
parent
e4e6bb9fb1
commit
f664cd1a08
@ -11,7 +11,7 @@
|
||||
|
||||
<fieldset>
|
||||
<label for="search_method_includes">Includes</label>
|
||||
<input type="radio" id="search_method_includes" name="search_method" value="includes">
|
||||
<input type="radio" id="search_method_includes" name="search_method" value="includes" checked>
|
||||
<label for="search_method_includes">Matches</label>
|
||||
<input type="radio" id="search_method_matches" name="search_method" value="matches">
|
||||
<label for="search_method_includes">Starts with</label>
|
||||
|
Loading…
Reference in New Issue
Block a user