summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/search/search.install1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/search/search.install b/modules/search/search.install
index ff8f692de..8f0531384 100644
--- a/modules/search/search.install
+++ b/modules/search/search.install
@@ -114,6 +114,7 @@ function search_schema() {
);
$schema['search_node_links'] = array(
+ 'description' => t('Stores nodes that link to other nodes, used to improve search scores for nodes that are frequently linked to.'),
'fields' => array(
'sid' => array(
'type' => 'int',