From: Christian Weiske Date: Wed, 2 May 2012 21:12:32 +0000 (+0200) Subject: search tips in the sidebar X-Git-Tag: v0.2.0~29 X-Git-Url: https://git.cweiske.de/phorkie.git/commitdiff_plain/557578f98b1026df12ed6b9cfc085b03ecb20c12 search tips in the sidebar --- diff --git a/data/templates/search.htm b/data/templates/search.htm index cb03cec..51bf982 100644 --- a/data/templates/search.htm +++ b/data/templates/search.htm @@ -18,3 +18,22 @@ {% endif %} {% endblock %} + +{% block sidebar %} +

Search tips

+
+
Exclusion
+
+foo -bar
+
Logical OR
+
foo OR bar
+
Quoting
+
"foo bar"
+
Partial words
+
foo*
+
Particular fields only
+
description:foo
+
name:foo.txt
+
extension:rst
+
content:Hello
+
+{% endblock %}