{% 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).
    Example: love OR kindness
  • Exclude terms — use - to remove.
    Example: hope -future
  • Wildcard search — use *.
    Example: lov*
  • Scripture search — type a Bible book.
    Example: John 3:16
{% for f in field_options %} {% endfor %}
{% if ran_search and result_count == 0 %}
NO RESULTS
Looking for something witty…
{% endif %}

Search History

Illustration of the Day

Loading…

{% endblock %}