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$