{% extends "base.html" %} {% block body_class %}themed-bg{% endblock %} {% load static %} {% block content %}

Illustration Search

How to Use Search Operators

  • Simple keyword — type any word to find entries that contain it.
    Example: faith
  • Phrase search — put quotes around a phrase to match it exactly.
    Example: "Jehovah is my shepherd"
  • OR search — use OR (uppercase) to match any of several terms.
    Example: love OR kindness
  • Exclude terms — use a minus sign to remove results containing a word.
    Example: hope -future
  • Wildcard search — use * to replace part of a word.
    Example: lov* finds love, loved, loving
  • Scripture search — type a Bible book or abbreviation to find entries that reference it.
    Example: John 3:16

Tip: Combine operators:
Example: "good shepherd" OR "faithful servant" -parable

{% 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 %}
Font size DOES NOT WORK YET
Your Recent Searches
Recently Viewed
{% endblock %}