Commit f9a6b9bdeecc124c4278b5ff256e126f0150e635
1 parent
5cb5232f
Improve the full-text index minimum word length question.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3148 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
5 additions
and
4 deletions
docs/faq.txt
| ... | ... | @@ -62,11 +62,12 @@ misconfigured entry: |
| 62 | 62 | $default->rootUrl (this should = "/knowledgeTree" in your installation instead of the default "/dms") |
| 63 | 63 | ========================================== |
| 64 | 64 | Question: |
| 65 | -Why does the the search not return words less than 3 characters long? | |
| 65 | +Why does the search not return words less than 3 characters long? | |
| 66 | 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. | |
| 67 | +The search uses MySQL's fulltext index, which by default has a minimum | |
| 68 | +word length of 4 characters. Read | |
| 69 | +http://dev.mysql.com/doc/mysql/en/Fulltext_Fine-tuning.html on how to | |
| 70 | +configure your MySQL instance to support this. | |
| 70 | 71 | |
| 71 | 72 | Jam Warehouse – Smart Business Innovation |
| 72 | 73 | Phone: +27 21 4477440 | ... | ... |