help text in sidebar
[phinde.git] / data / templates / search / sidebar-searchtips-chat.htm
diff --git a/data/templates/search/sidebar-searchtips-chat.htm b/data/templates/search/sidebar-searchtips-chat.htm
new file mode 100644 (file)
index 0000000..2cce73a
--- /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>nick:somebody</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>