From eca6fb3ba583942eb8d94e43250116834a34de4f Mon Sep 17 00:00:00 2001 From: nbm Date: Mon, 10 Jul 2006 09:18:29 +0000 Subject: [PATCH] Document the 'useLike' configuration option, which allows users of languages that don't have explicit words/word boundaries to search for a phrase. --- config/config.ini | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/config/config.ini b/config/config.ini index 1af89dc..ab8df98 100644 --- a/config/config.ini +++ b/config/config.ini @@ -99,6 +99,10 @@ condensedAdminUI = default [i18n] ; Default language for the interface defaultLanguage = en +; If your language doesn't have distinguishable words (usually, doesn't +; have a space character), set useLike to true to use a search that can +; deal with this, but which is slower. +useLike = default [tweaks] ; If you want to enable PHP error logging to the log/php_error_log -- libgit2 0.21.4