From d3fb321928ab89178db9ff1482e6fa7f20c25f91 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Mon, 19 Jan 2009 20:09:20 +0100 Subject: Changed minimum word length for fulltext index to 2 darcs-hash:20090119190920-7ad00-5409285ea5c44379fec906d08f5ccb710eac5b6d.gz --- 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 08ad03965..4b59684cd 100644 --- a/inc/indexer.php +++ b/inc/indexer.php @@ -12,7 +12,7 @@ require_once(DOKU_INC.'inc/utf8.php'); require_once(DOKU_INC.'inc/parserutils.php'); // 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',3); +if (!defined('IDX_MINWORDLENGTH')) define('IDX_MINWORDLENGTH',2); // Asian characters are handled as words. The following regexp defines the // Unicode-Ranges for Asian characters -- cgit v1.2.3