From 789162b0ea4da8b885503f2a5d9c80a716eef819 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 12 Apr 2006 11:47:29 +0200 Subject: [PATCH] Improved description of CONFIG_ALLOW_ANY. --- build/sherlock.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.39.2