[#2835] update help text
diff --git a/ForgeWiki/forgewiki/templates/wiki/search_help.txt b/ForgeWiki/forgewiki/templates/wiki/search_help.txt
index 4a337b8..dc2d380 100644
--- a/ForgeWiki/forgewiki/templates/wiki/search_help.txt
+++ b/ForgeWiki/forgewiki/templates/wiki/search_help.txt
@@ -1,8 +1,6 @@
-<h1>Searching wiki</h1>
-<p>Searches use wiki page title and inner text for matching.<p>
-<p>You can also use 'Search comments?' and 'Search history?' checkboxes to include comments and history of pages editing in the search results.</p>
+<h1>Searching the wiki</h1>
+<p>Searches use wiki page title and body text for matching.<p>
+<p>To search for an exact phrase, put it in quotes.  Example: "getting started docs"</p>
+<p>To exclude a word or phrase, put a dash in front of it.  Example: docs -help</p>
+<p>You can also use 'Search comments?' and 'Search history?' checkboxes to include comments and previous revisions of pages in the search results.</p>
 
-<p>If you want to see all the page with given label, you may use url like this (there is no UI for this):</p>
-<div class="codehilite">
-<pre>/p/yourproject/wiki/search/?q=labels_t:label&amp;parser=standard</pre>
-</div>