From 8ee0a98f4d0ee2db3154925697835befafc28b98 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Fri, 1 Mar 2024 21:57:36 +1300 Subject: [PATCH] search posts - help text --- app/templates/search/start.html | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) 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.') }} |
+