aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search/fulltext_native.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2008-11-26 19:17:52 +0000
committerNils Adermann <naderman@naderman.de>2008-11-26 19:17:52 +0000
commit63b089f6535cf53ec8bec87decf56caab30bd0ad (patch)
tree8bea4bb9446d1a87ad85dbd2fef1b2684de6e295 /phpBB/includes/search/fulltext_native.php
parent05e8d9ee095ca4ea1039092fc75e93f888e60397 (diff)
downloadforums-63b089f6535cf53ec8bec87decf56caab30bd0ad.tar
forums-63b089f6535cf53ec8bec87decf56caab30bd0ad.tar.gz
forums-63b089f6535cf53ec8bec87decf56caab30bd0ad.tar.bz2
forums-63b089f6535cf53ec8bec87decf56caab30bd0ad.tar.xz
forums-63b089f6535cf53ec8bec87decf56caab30bd0ad.zip
Tell users to recreate the search index after changing the common word threshold for fulltext_native (Bug #36345)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9126 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/search/fulltext_native.php')
-rw-r--r--phpBB/includes/search/fulltext_native.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/search/fulltext_native.php b/phpBB/includes/search/fulltext_native.php
index 9bd3c81311..0a3fe3754f 100644
--- a/phpBB/includes/search/fulltext_native.php
+++ b/phpBB/includes/search/fulltext_native.php
@@ -1674,7 +1674,7 @@ class fulltext_native extends search_backend
</dl>
<dl>
<dt><label for="fulltext_native_common_thres">' . $user->lang['COMMON_WORD_THRESHOLD'] . ':</label><br /><span>' . $user->lang['COMMON_WORD_THRESHOLD_EXPLAIN'] . '</span></dt>
- <dd><input id="fulltext_native_common_thres" type="text" size="3" maxlength="3" name="config[fulltext_native_common_thres]" value="' . (int) $config['fulltext_native_common_thres'] . '" /> %</dd>
+ <dd><input id="fulltext_native_common_thres" type="text" size="3" maxlength="3" name="config[fulltext_native_common_thres]" value="' . (double) $config['fulltext_native_common_thres'] . '" /> %</dd>
</dl>
';