X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/1a8bb56c72ad34cf159e03b97a467e5e35a614c5..785ac71d1e7ccf8d8af0c49ac107f1be45133f5b:/data/templates/search.htm diff --git a/data/templates/search.htm b/data/templates/search.htm index cb03cec..4f7d3e0 100644 --- a/data/templates/search.htm +++ b/data/templates/search.htm @@ -1,6 +1,10 @@ {% extends "base.htm" %} {% block title %}Search results{% endblock %} +{% block meta %} + +{% endblock %} + {% block content %} {% if sres.results == 0 %}

@@ -15,6 +19,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 %}