]> mj.ucw.cz Git - libucw.git/commitdiff
Improved description of CONFIG_ALLOW_ANY.
authorMartin Mares <mj@ucw.cz>
Wed, 12 Apr 2006 09:47:29 +0000 (11:47 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 12 Apr 2006 09:47:29 +0000 (11:47 +0200)
build/sherlock.cfg

index 782dcc4c5e91967795637c21c4cbf43b7ef2b0cf..1fdcd5dfad72473fdf2696b2f5bee2182d3875f2 100644 (file)
@@ -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