summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2005-10-29 17:56:10 +0000
committerMax Kremmel <xing@synapse.plus.com>2005-10-29 17:56:10 +0000
commit8e3b0e69c145e5d356676988e8af397ae1157f83 (patch)
treebed9f00fe039b93f6f3d51f62a2cccaf39599356 /admin
parenta43d8f65c6e10bbf24bd2f99026c71798c0a62e2 (diff)
downloadsearch-8e3b0e69c145e5d356676988e8af397ae1157f83.tar.gz
search-8e3b0e69c145e5d356676988e8af397ae1157f83.tar.bz2
search-8e3b0e69c145e5d356676988e8af397ae1157f83.zip
merge recent changes into HEAD
Diffstat (limited to 'admin')
-rw-r--r--admin/schema_inc.php40
1 files changed, 20 insertions, 20 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index 51df35d..a747dde 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -3,27 +3,27 @@
$tables = array(
'tiki_searchindex' => "
- searchword C(80) PRIMARY,
- location C(80) PRIMARY,
- content_id I4 PRIMARY,
- count I4 NOTNULL default '1',
- last_update I4 NOTNULL
+ searchword C(80) PRIMARY,
+ location C(80) PRIMARY,
+ content_id I4 PRIMARY,
+ count I4 NOTNULL default '1',
+ last_update I4 NOTNULL
",
'tiki_searchsyllable' => "
- syllable C(80) PRIMARY,
- last_used I4 NOTNULL,
- last_updated I4 NOTNULL
+ syllable C(80) PRIMARY,
+ last_used I4 NOTNULL,
+ last_updated I4 NOTNULL
",
'tiki_searchwords' => "
- syllable C(80) KEY,
- searchword C(80) KEY
+ syllable C(80) KEY,
+ searchword C(80) KEY
",
'tiki_search_stats' => "
- term C(50) PRIMARY,
- hits I4
+ term C(50) PRIMARY,
+ hits I4
"
) ;
@@ -55,14 +55,14 @@ $gBitInstaller->registerPackageInfo( SEARCH_PKG_NAME, array(
// ### Default Preferences
$gBitInstaller->registerPreferences( SEARCH_PKG_NAME, array(
- array('search', 'feature_search_fulltext','y'),
- array('search', 'feature_search_stats','n'),
- array('search', 'search_refresh_rate','5'),
- array('search', 'search_min_wordlength','3'),
- array('search', 'search_max_syllwords','100'),
- array('search', 'search_lru_purge_rate','5'),
- array('search', 'search_lru_length','100'),
- array('search', 'search_syll_age','48')
+ array(SEARCH_PKG_NAME, 'feature_search_fulltext','y'),
+ array(SEARCH_PKG_NAME, 'feature_search_stats','n'),
+ array(SEARCH_PKG_NAME, 'search_refresh_rate','5'),
+ array(SEARCH_PKG_NAME, 'search_min_wordlength','3'),
+ array(SEARCH_PKG_NAME, 'search_max_syllwords','100'),
+ array(SEARCH_PKG_NAME, 'search_lru_purge_rate','5'),
+ array(SEARCH_PKG_NAME, 'search_lru_length','100'),
+ array(SEARCH_PKG_NAME, 'search_syll_age','48')
) );
$moduleHash = array(