From 557578f98b1026df12ed6b9cfc085b03ecb20c12 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 2 May 2012 23:12:32 +0200 Subject: [PATCH] search tips in the sidebar --- data/templates/search.htm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 %} -- 2.30.2