diff --git a/app/templates/search/start.html b/app/templates/search/start.html index 529bafeb..6157e010 100644 --- a/app/templates/search/start.html +++ b/app/templates/search/start.html @@ -8,7 +8,7 @@ {% block app_content %}
{{ _('star wars') }} |
+ {{ _('There is an implied "and" here. Results will have both words somewhere in them.') }} |
+
{{ _('star or wars') }} |
+ {{ _('This will broaden the search to include results that contain any of the words.') }} |
+
{{ _('star -wars') }} |
+ {{ _('To search for things containing "star" but not "wars" you can put a - before the word you want to exclude.') }} |
+
{{ _('"star wars"') }} |
+ {{ _('Results will have exactly that phrase in them.') }} |
+