Use commit timestamps for ElasticSearch and sort on last commit time.
[phorkie.git] / data / templates / search.htm
index 51bf9827fb47e2ef44652839aa2bcb27a3cca170..7a19a4e0319916b860d43314ea4e49b602f93847 100644 (file)
@@ -1,6 +1,10 @@
 {% extends "base.htm" %}
 {% block title %}Search results{% endblock %}
 
+{% block meta %}
+<meta name="robots" content="noindex"/>
+{% endblock %}
+
 {% block content %}
 {% if sres.results == 0 %}
  <p>
@@ -15,6 +19,7 @@
    {% include 'repo-list.htm' %}
  {% endfor %}
  </ul>
+ {% include 'pager.htm' %}
 {% endif %}
 
 {% endblock %}