help text in sidebar
[phinde.git] / data / templates / search / sidebar-searchtips.htm
diff --git a/data/templates/search/sidebar-searchtips.htm b/data/templates/search/sidebar-searchtips.htm
new file mode 100644 (file)
index 0000000..f703d44
--- /dev/null
@@ -0,0 +1,23 @@
+<hr/>
+<h4>Search tips</h4>
+<dl>
+ <dt>Exclusion</dt>
+ <dd><tt>+foo -bar</tt></dd>
+
+ <dt>Logical OR</dt>
+ <dd><tt>foo OR bar</tt></dd>
+
+ <dt>Exact phrase</dt>
+ <dd><tt>"foo bar"</tt></dd>
+
+  <dt>Partial words</dt>
+  <dd><tt>foo*</tt></dd>
+
+  <dt>Particular fields only</dt>
+  <dd><tt>title:foo</tt></dd>
+  <dd><tt>domain:example.org</tt></dd>
+  <dd><tt>author.name:Snowden</tt></dd>
+  <dd><tt>after:2016-11-23</tt></dd>
+  <dd><tt>before:2016-11-23</tt></dd>
+  <dd><tt>date:2016-11-23</tt></dd>
+</dl>