X-Git-Url: https://git.cweiske.de/phinde.git/blobdiff_plain/226508cd8d3e8c147ad314a0de483e08be71c254..f2b3557f358efc5b6363b1f8e4b0c30e93945feb:/data/templates/search/sidebar.htm diff --git a/data/templates/search/sidebar.htm b/data/templates/search/sidebar.htm index 619301e..a48b6e8 100644 --- a/data/templates/search/sidebar.htm +++ b/data/templates/search/sidebar.htm @@ -1,48 +1,25 @@ -

- Filter results by: -

-{% if aggregations.tags.buckets|length > 1 %} -Tag - -{% endif %} - -{% if aggregations.domain.buckets|length > 1 %} - -Domain - +{% if hitcount > 1 %} + Sort by: +
+ Relevance + Date +
+
+
{% endif %} - -{% if aggregations.language.buckets|length > 1 %} -Language - -{% endif %} - -{% if aggregations.type.buckets|length > 1 %} -Type - +{% set filters %} + {% include 'search/sidebar-filter.htm' with {'type': 'tags', 'title': 'Tag'} %} + {% include 'search/sidebar-filter.htm' with {'type': 'domain', 'title': 'Domain'} %} + {% include 'search/sidebar-filter.htm' with {'type': 'language', 'title': 'Language'} %} + {% include 'search/sidebar-filter.htm' with {'type': 'type', 'title': 'Type'} %} +{% endset %} +{% if filters|trim %} +

+ Filter results by: +

+ {{filters}} {% endif %} +

+ Query took {{queryTime}}. +