{% extends "_base.html" %} {% block title %} {% if term: %}{{ term }}{% else %}Start a new Search{% endif %} {% endblock %} {% block searchValue %}{{ term }}{% endblock %} {% block javascript %} {% endblock %} {% block content %} Matched {{ books.__len__() }} Book{% if books.__len__() > 1 %}s{% endif %} in {{ "%0.0f"|format(time*1000) }}ms. {% if books %} {% for docnum, book in books.items() %}

{{ book['filename'] }} {% if book['title'] %} ( {{ book['title'] }} ) {% endif %}

Loading..
filename, creationtime, indexed-time, +any pdf metadata
{% for match in book['matches'] %}

Match at page {{ match[2] }}

{% endfor %}

{% endfor %} {% endif %} {% endblock %}