From 4d85fb1f565fd783e9fa6f6e77d4b24503cd449e Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 24 Aug 2009 22:03:01 +0000 Subject: =?UTF-8?q?#557890=20by=20G=C3=A1bor=20Hojtsy:=20Added=20'Search?= =?UTF-8?q?=20and=20metadata'=20category=20to=20configuration=20page.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/search/search.module | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/search/search.module') diff --git a/modules/search/search.module b/modules/search/search.module index 2038765f5..da30e3d55 100644 --- a/modules/search/search.module +++ b/modules/search/search.module @@ -97,10 +97,10 @@ function search_help($path, $arg) { switch ($path) { case 'admin/help#search': $output = '

' . t('The search module adds the ability to search for content by keywords. Search is often the only practical way to find content on a large site, and is useful for finding both users and posts.') . '

'; - $output .= '

' . t('To provide keyword searching, the search engine maintains an index of words found in your site\'s content. To build and maintain this index, a correctly configured cron maintenance task is required. Indexing behavior can be adjusted using the search settings page; for example, the Number of items to index per cron run sets the maximum number of items indexed in each pass of a cron maintenance task. If necessary, reduce this number to prevent timeouts and memory errors when indexing.', array('@cron' => url('admin/reports/status'), '@searchsettings' => url('admin/settings/search'))) . '

'; + $output .= '

' . t('To provide keyword searching, the search engine maintains an index of words found in your site\'s content. To build and maintain this index, a correctly configured cron maintenance task is required. Indexing behavior can be adjusted using the search settings page; for example, the Number of items to index per cron run sets the maximum number of items indexed in each pass of a cron maintenance task. If necessary, reduce this number to prevent timeouts and memory errors when indexing.', array('@cron' => url('admin/reports/status'), '@searchsettings' => url('admin/config/search/settings'))) . '

'; $output .= '

' . t('For more information, see the online handbook entry for Search module.', array('@search' => 'http://drupal.org/handbook/modules/search/')) . '

'; return $output; - case 'admin/settings/search': + case 'admin/config/search/settings': return '

' . t('The search engine maintains an index of words found in your site\'s content. To build and maintain this index, a correctly configured cron maintenance task is required. Indexing behavior can be adjusted using the settings below.', array('@cron' => url('admin/reports/status'))) . '

'; case 'search#noresults': return t('