{% extends "base.html" %} {% load static %} {% block content %}

Search

Use wildcards: * matches many characters (e.g., *love*), ? matches one. By default we search Subject, Illustration, and Application.

{% for f in field_options %} {% endfor %}
Total entries: {{ total }}
{% if ran_search and result_count == 0 %}
No results
Try broadening your terms or enabling more fields above.
{% endif %}
{% endblock %}