help text in sidebar
[phinde.git] / data / templates / search / sidebar-searchtips.htm
1 <hr/>
2 <h4>Search tips</h4>
3 <dl>
4  <dt>Exclusion</dt>
5  <dd><tt>+foo -bar</tt></dd>
6
7  <dt>Logical OR</dt>
8  <dd><tt>foo OR bar</tt></dd>
9
10  <dt>Exact phrase</dt>
11  <dd><tt>"foo bar"</tt></dd>
12
13   <dt>Partial words</dt>
14   <dd><tt>foo*</tt></dd>
15
16   <dt>Particular fields only</dt>
17   <dd><tt>title:foo</tt></dd>
18   <dd><tt>domain:example.org</tt></dd>
19   <dd><tt>author.name:Snowden</tt></dd>
20   <dd><tt>after:2016-11-23</tt></dd>
21   <dd><tt>before:2016-11-23</tt></dd>
22   <dd><tt>date:2016-11-23</tt></dd>
23 </dl>