From 7d939e4ea58754a44f0e564ecb163cbfde5b6ae7 Mon Sep 17 00:00:00 2001 From: Michael Hamann Date: Tue, 14 Jun 2011 20:44:53 +0200 Subject: Force search index update after fixing the lowercasing of words This increases the indexer version in order to force a rebuild of the search index in order to "repair" the search index that might contain uppercase words --- inc/indexer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/indexer.php') diff --git a/inc/indexer.php b/inc/indexer.php index 546b2a288..9d8d6f99b 100644 --- a/inc/indexer.php +++ b/inc/indexer.php @@ -10,7 +10,7 @@ if(!defined('DOKU_INC')) die('meh.'); // Version tag used to force rebuild on upgrade -define('INDEXER_VERSION', 4); +define('INDEXER_VERSION', 5); // set the minimum token length to use in the index (note, this doesn't apply to numeric tokens) if (!defined('IDX_MINWORDLENGTH')) define('IDX_MINWORDLENGTH',2); -- cgit v1.2.3