{% extends "base.html" %} {% block title %}Search - Illustrations DB{% endblock %} {% block content %}

Search

{% if ran_search %} {% if result_count and result_count > 0 %}
Found {{ result_count }} matching entries. Opening the first match…
{% else %}
No results found for {{ q }} in the selected fields.
{% endif %} {% endif %}

How to search: Type words or phrases (quotes for exact), use wildcards, and choose which fields to search.

{% for opt in field_options %} {% endfor %}
Total entries in database: {{ total }}
{% endblock %}