浏览代码

[GinS] Wildcard search option

cgars 7 年之前
父节点
当前提交
ab0d652454
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>