You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assets/js/handlebars/templates/search-results.handlebars
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@
40
40
<li>Use <code>*</code> anywhere (such as <code>fo*</code>) as wildcard</li>
41
41
<li>Use <code>+</code> before a word (such as <code>+foo</code>) to make its presence required</li>
42
42
<li>Use <code>-</code> before a word (such as <code>-foo</code>) to make its absence required</li>
43
-
<li>Use <code>field:word</code> to search on a particular field. The available fields are <code>title</code> and <code>doc</code></li>
43
+
<li>Use <code>:</code> to search on a particular field (such as <code>field:word</code>). The available fields are <code>title</code> and <code>doc</code></li>
44
44
<li>Use <code>WORD^NUMBER</code> (such as <code>foo^2</code>) to boost the given word</li>
45
45
<li>Use <code>WORD~NUMBER</code> (such as <code>foo~2</code>) to do a search with edit distance on word</li>
0 commit comments