Ver Fonte

[GinS] Wildcard search option

cgars há 7 anos atrás
pai
commit
5eb93cb393
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      templates/explore/search_ext.tmpl

+ 1 - 1
templates/explore/search_ext.tmpl

@@ -4,7 +4,7 @@
 		<select class="ui dropdown" name="stype" id="search-type-select">
 			<option value="0">Match</option>
 			<option value="1">Fuzzy</option>
-			<option value="2">Exact</option>
+			<option value="2">Wildcard</option>
 		</select>
 		<button class="ui blue button">{{.i18n.Tr "explore.search"}}</button>
 	</div>