# 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