diff options
Diffstat (limited to 'modules/search.module')
-rw-r--r-- | modules/search.module | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/search.module b/modules/search.module index 6f9e68b8d..bc2cded6f 100644 --- a/modules/search.module +++ b/modules/search.module @@ -1,12 +1,11 @@ <?php // $Id$ -function search_help($section = "admin/search/help") { +function search_help($section = "admin/help#search") { $output = ""; switch ($section) { - case 'admin/help': - case 'admin/search/help': + case 'admin/help#search': $output = "<b>Search guidelines</b>"; $output .= "<p>The search page allows you to search the web site's content. You can specify multiple words, and they will all be searched for. You can also use wildcards, so 'walk*' will match 'walk', 'walking', 'walker', 'walkable' and so on. Furthermore, searches are not case sensitive so searching for 'walk', 'Walk' or 'WALK' will yield exactly the same results.</p>"; $output .= "<b>Words excluded from the search</b>"; |