-
{% for doc in docs %}
-
{{ doc["title"] }} ({{ doc["year"] }})
{{ doc["authors"]|join(", ") }} (Score: {{ doc["score"] }})
{{ doc["abstract"] }}
{% endfor %}
{% extends "base.html" %} {% block content %}
{{ meta["qs"] }}
Showing {{ meta["start"] }}-{{ meta["end"] }} results of {{ meta["numFound"] }} matches for '{{ meta["q"] }}' {% if meta["keyword_fq"] is not none %} (filtered by keyword '{{ meta["keyword_fq"] }}') {% endif %} {% if meta["author_fq"] is not none %} (filtered by author '{{ meta["author_fq"] }}') {% endif %} {% if meta["org_fq"] is not none %} (filtered by org '{{ meta["org_fq"] }}') {% endif %}