X-Git-Url: https://git.cweiske.de/phinde.git/blobdiff_plain/d6c817be8dfb9d41ea3f19cecd90619cde97209d..30a14d8a1e607df134357ac20beebf391e115a2d:/data/templates/opensearch.htm diff --git a/data/templates/opensearch.htm b/data/templates/opensearch.htm index a1000f1..1ba805a 100644 --- a/data/templates/opensearch.htm +++ b/data/templates/opensearch.htm @@ -1,11 +1,26 @@ - - "{{query}}" search results + "{{query}}" search results + {% set fullUrls = pager.getFullUrls() %} + {% if fullUrls.first %} + + {% endif %} + {% if fullUrls.prev %} + + {% endif %} + {% if fullUrls.next %} + + {% endif %} + {% if fullUrls.last %} + + {% endif %} + {{"now"|date("c")}} {{fullUrl}} {{hitcount}} + 10 {% for hit in hits %} {% set doc = hit._source %}