summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-12-24 10:37:13 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-12-24 10:37:13 +0000
commitbef39dc0ecad14786c94123bd2d9275092bfd4e5 (patch)
treecf1c468396b6154d735a542f4335b8e87651e7cf /modules
parent3fa5b710154a9bdf442923c7e8c3f6f819c39c55 (diff)
downloadbrdo-bef39dc0ecad14786c94123bd2d9275092bfd4e5.tar.gz
brdo-bef39dc0ecad14786c94123bd2d9275092bfd4e5.tar.bz2
#203316 by douggreen: schema docs for the search_node_links table
Diffstat (limited to 'modules')
-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',