Commit 4975d32afc8fab02ddd6da81e3e95de5e02f2f2a
1 parent
8700b4bd
Type: Documentation update.
Description: Minor update regarding searches. git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2819 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
8 additions
and
1 deletions
docs/faq.txt
| @@ -60,6 +60,13 @@ Answer: | @@ -60,6 +60,13 @@ Answer: | ||
| 60 | You're being redirected to the wrong webroot because of the following | 60 | You're being redirected to the wrong webroot because of the following |
| 61 | misconfigured entry: | 61 | misconfigured entry: |
| 62 | $default->rootUrl (this should = "/knowledgeTree" in your installation instead of the default "/dms") | 62 | $default->rootUrl (this should = "/knowledgeTree" in your installation instead of the default "/dms") |
| 63 | +========================================== | ||
| 64 | +Question: | ||
| 65 | +Why does the the search not return words less than 3 characters long? | ||
| 66 | +Answer: | ||
| 67 | +To get MySql to search on words less than two letters depends on the version of MySql you are using. | ||
| 68 | +If it is less than version 4, then you have to recompile MySql, as this is an internally set variable. | ||
| 69 | +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. | ||
| 63 | 70 | ||
| 64 | Jam Warehouse – Smart Business Innovation | 71 | Jam Warehouse – Smart Business Innovation |
| 65 | Phone: +27 21 4477440 | 72 | Phone: +27 21 4477440 |
| @@ -67,4 +74,4 @@ Fax: +27 21 4477449 | @@ -67,4 +74,4 @@ Fax: +27 21 4477449 | ||
| 67 | Email: info@jamwarehouse.com | 74 | Email: info@jamwarehouse.com |
| 68 | Web: http://www.jamwarehouse.com/ | 75 | Web: http://www.jamwarehouse.com/ |
| 69 | 76 | ||
| 70 | -$Id$ | ||
| 71 | \ No newline at end of file | 77 | \ No newline at end of file |
| 78 | +$Id$ |