Check 'includes' search method by default

This commit is contained in:
Kiril Kovachev 2024-10-21 10:29:42 +01:00
parent e4e6bb9fb1
commit f664cd1a08

View File

@ -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>