X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/1a8bb56c72ad34cf159e03b97a467e5e35a614c5..bd7506015c1976511ccd333417da2aec8e5e18f6:/data/templates/search.htm diff --git a/data/templates/search.htm b/data/templates/search.htm index cb03cec..074b5e6 100644 --- a/data/templates/search.htm +++ b/data/templates/search.htm @@ -15,6 +15,26 @@ {% include 'repo-list.htm' %} {% endfor %} + {% include 'pager.htm' %} {% 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 %}