]> mj.ucw.cz Git - libucw.git/commitdiff
New switch description
authorPavel Charvat <pavel.charvat@netcentrum.cz>
Wed, 12 Apr 2006 09:12:15 +0000 (11:12 +0200)
committerPavel Charvat <pavel.charvat@netcentrum.cz>
Wed, 12 Apr 2006 09:12:15 +0000 (11:12 +0200)
build/sherlock.cfg

index bb92a153cddee7482e8a01472fe66bd3db2b5de4..782dcc4c5e91967795637c21c4cbf43b7ef2b0cf 100644 (file)
@@ -89,6 +89,10 @@ 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.
+UnSet("CONFIG_ALLOW_ANY");
+
 # If your system doesn't contain GNU libc 2.3 or newer, it's recommended to let Sherlock
 # use its own regex library (a copy of the glibc one), because the default regex library
 # is likely to be crappy.