From: Martin Mares Date: Wed, 12 Apr 2006 09:47:29 +0000 (+0200) Subject: Improved description of CONFIG_ALLOW_ANY. X-Git-Tag: holmes-import~650^2~10^2~1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=789162b0ea4da8b885503f2a5d9c80a716eef819;p=libucw.git Improved description of CONFIG_ALLOW_ANY. --- diff --git a/build/sherlock.cfg b/build/sherlock.cfg index 782dcc4c..1fdcd5df 100644 --- a/build/sherlock.cfg +++ b/build/sherlock.cfg @@ -89,8 +89,9 @@ UnSet("CONFIG_DEBUG_TOOLS"); # Search server: Enable EXPLAIN command (slows searching down slightly) Set("CONFIG_EXPLAIN"); -# Search server: Full support for all types of boolean expressions. -# It may be slow in some cases - for example 'ANY' or 'NOT "A"' queries. +# Search server: Full support for all types of boolean expressions and ANY. +# (Otherwise, only expressions with at least one term matched positively are allowed.) +# It may be slow in some cases - for example `ANY' or `NOT "A"' queries. UnSet("CONFIG_ALLOW_ANY"); # If your system doesn't contain GNU libc 2.3 or newer, it's recommended to let Sherlock