diff --git a/web/templates/search.html b/web/templates/search.html index 98d2dbd..f6e1672 100644 --- a/web/templates/search.html +++ b/web/templates/search.html @@ -10,7 +10,7 @@ Search - + - + How to Use Search Operators @@ -28,15 +28,17 @@ Example: faith Phrase search — put quotes around a phrase to match it exactly. Example: "Jehovah is my shepherd" - OR search — use OR (uppercase). + OR search — use OR (uppercase) to match any of several terms. Example: love OR kindness - Exclude terms — use - to remove. + Exclude terms — use a minus sign to remove results containing a word. Example: hope -future - Wildcard search — use *. - Example: lov* - Scripture search — type a Bible book. + 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 @@ -56,26 +58,29 @@ {% endif %} - + - - Search History - ▾ - - - + + History + ▸ + + - + Your Recent Searches No history yet. - + - + Recently Viewed Illustrations Nothing yet—open an illustration and linger 10s. @@ -86,20 +91,20 @@ + + + + {% endblock %} \ No newline at end of file
faith
"Jehovah is my shepherd"
OR
love OR kindness
-
hope -future
*
lov*
love
loved
loving
John 3:16
Tip: Combine operators: + Example: "good shepherd" OR "faithful servant" -parable
"good shepherd" OR "faithful servant" -parable