changeset 622:91a6a1b5007f

For issue #25, add help text to the search page.
author Brian Neal <bgneal@gmail.com>
date Wed, 31 Oct 2012 19:10:38 -0500
parents 08d83015e15d
children 1555b2c3c7a0
files sg101/templates/search/search.html
diffstat 1 files changed, 14 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sg101/templates/search/search.html	Tue Oct 30 18:55:16 2012 -0500
+++ b/sg101/templates/search/search.html	Wed Oct 31 19:10:38 2012 -0500
@@ -68,6 +68,19 @@
           </div>
       {% endif %}
   {% else %}
-      {# Show some example queries to run, maybe query syntax, something else? #}
+  <div>
+     <p>Thank you for using the SG101 search engine! Here are some searching tips that may help you find what you are looking for.</p>
+     <ul>
+        <li>To perform a search, type your search query in the text box and check which areas of the site you wish to search.</li>
+        <li>You can search multiple areas of the site at the same time by checking more than one box.</li>
+        <li>Your search terms are automatically <em>and-ed</em> together.</li>
+        <li>To search forum thread titles, check <em>Forum Topics</em>.</li>
+        <li>To search forum thread post bodies, check <em>Forum Posts</em>.</li>
+        <li>Our search engine currently has problems with punctuation in search queries. For example, it is better to search for
+         <em>FRV</em> than <em>FRV-1</em>.</li>
+         <li>Most content is searchable by author. For example, to find all forum threads by the user <em>SurferDood101</em>
+         where the title contains <em>Gnarly</em>, your search term would be <em>SurferDood101 Gnarly</em>.</li>
+     </ul>
+  </div>
   {% endif %}
 {% endblock %}