From 4975d32afc8fab02ddd6da81e3e95de5e02f2f2a Mon Sep 17 00:00:00 2001 From: andrew Date: Thu, 5 Feb 2004 12:48:02 +0000 Subject: [PATCH] Type: Documentation update. Description: Minor update regarding searches. --- docs/faq.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/faq.txt b/docs/faq.txt index d9f7863..0f78e37 100644 --- a/docs/faq.txt +++ b/docs/faq.txt @@ -60,6 +60,13 @@ Answer: You're being redirected to the wrong webroot because of the following misconfigured entry: $default->rootUrl (this should = "/knowledgeTree" in your installation instead of the default "/dms") +========================================== +Question: +Why does the the search not return words less than 3 characters long? +Answer: +To get MySql to search on words less than two letters depends on the version of MySql you are using. +If it is less than version 4, then you have to recompile MySql, as this is an internally set variable. +From version 4 onwards, the word length can be set dynamically - you'll just have to check the does on full text indexing to see where. Jam Warehouse – Smart Business Innovation Phone: +27 21 4477440 @@ -67,4 +74,4 @@ Fax: +27 21 4477449 Email: info@jamwarehouse.com Web: http://www.jamwarehouse.com/ -$Id$ \ No newline at end of file +$Id$ -- libgit2 0.21.4