From 622d9559cbf47be30ffa0c9776661c19d06265c6 Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Wed, 12 Apr 2006 11:12:15 +0200 Subject: [PATCH] New switch description --- build/sherlock.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/sherlock.cfg b/build/sherlock.cfg index bb92a153..782dcc4c 100644 --- a/build/sherlock.cfg +++ b/build/sherlock.cfg @@ -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. -- 2.39.2