Commit eca6fb3ba583942eb8d94e43250116834a34de4f
1 parent
45bfff9e
Document the 'useLike' configuration option, which allows users of
languages that don't have explicit words/word boundaries to search for a phrase. git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5648 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
4 additions
and
0 deletions
config/config.ini
| @@ -99,6 +99,10 @@ condensedAdminUI = default | @@ -99,6 +99,10 @@ condensedAdminUI = default | ||
| 99 | [i18n] | 99 | [i18n] |
| 100 | ; Default language for the interface | 100 | ; Default language for the interface |
| 101 | defaultLanguage = en | 101 | defaultLanguage = en |
| 102 | +; If your language doesn't have distinguishable words (usually, doesn't | ||
| 103 | +; have a space character), set useLike to true to use a search that can | ||
| 104 | +; deal with this, but which is slower. | ||
| 105 | +useLike = default | ||
| 102 | 106 | ||
| 103 | [tweaks] | 107 | [tweaks] |
| 104 | ; If you want to enable PHP error logging to the log/php_error_log | 108 | ; If you want to enable PHP error logging to the log/php_error_log |