X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/1a8bb56c72ad34cf159e03b97a467e5e35a614c5..71c2c412f7098050479f496292bc694095d9ec97:/data/templates/search.htm diff --git a/data/templates/search.htm b/data/templates/search.htm index cb03cec..7a19a4e 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 %}