summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-01-14 09:51:57 +0000
committerDries Buytaert <dries@buytaert.net>2006-01-14 09:51:57 +0000
commitbaa5c2ff8965023633d15a6d878ebe3757548ab4 (patch)
tree2126cdad0f2224f4971c58beb3749a6dba5e64de
parent84a5ff405233c28e31ff1d52b90afaeacb7f50ae (diff)
downloadbrdo-baa5c2ff8965023633d15a6d878ebe3757548ab4.tar.gz
brdo-baa5c2ff8965023633d15a6d878ebe3757548ab4.tar.bz2
- Extended the form description for clarity.
-rw-r--r--modules/node.module2
-rw-r--r--modules/node/node.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/node.module b/modules/node.module
index f7e998d13..7cb9dd859 100644
--- a/modules/node.module
+++ b/modules/node.module
@@ -611,7 +611,7 @@ function node_search($op = 'search', $keys = null) {
// Output form for defining rank factor weights.
$form['content_ranking'] = array('#type' => 'fieldset', '#title' => t('Content ranking'));
$form['content_ranking']['#theme'] = 'node_search_admin';
- $form['content_ranking']['info'] = array('#type' => 'markup', '#value' => '<em>'. t('The following numbers control which properties the content search should favor when ordering the results. Higher numbers mean more influence. Zero means the property is ignored.') .'</em>');
+ $form['content_ranking']['info'] = array('#type' => 'markup', '#value' => '<em>'. t('The following numbers control which properties the content search should favor when ordering the results. Higher numbers mean more influence, zero means the property is ignored. Changing these numbers does not require the search index to be rebuilt. Changes take effect immediately.') .'</em>');
$ranking = array('node_rank_relevance' => t('Keyword relevance'),
'node_rank_recent' => t('Recently posted'));
diff --git a/modules/node/node.module b/modules/node/node.module
index f7e998d13..7cb9dd859 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -611,7 +611,7 @@ function node_search($op = 'search', $keys = null) {
// Output form for defining rank factor weights.
$form['content_ranking'] = array('#type' => 'fieldset', '#title' => t('Content ranking'));
$form['content_ranking']['#theme'] = 'node_search_admin';
- $form['content_ranking']['info'] = array('#type' => 'markup', '#value' => '<em>'. t('The following numbers control which properties the content search should favor when ordering the results. Higher numbers mean more influence. Zero means the property is ignored.') .'</em>');
+ $form['content_ranking']['info'] = array('#type' => 'markup', '#value' => '<em>'. t('The following numbers control which properties the content search should favor when ordering the results. Higher numbers mean more influence, zero means the property is ignored. Changing these numbers does not require the search index to be rebuilt. Changes take effect immediately.') .'</em>');
$ranking = array('node_rank_relevance' => t('Keyword relevance'),
'node_rank_recent' => t('Recently posted'));