From bba2e46cd8211fa6ea4e0714f525ac11e533f54e Mon Sep 17 00:00:00 2001 From: "dave%intrec.com" <> Date: Thu, 1 Mar 2001 11:34:08 +0000 Subject: Fix for bug 70544: QuickSearch drops everything after the first negated word patch by afranke@ags.uni-sb.de (Andreas Franke) --- quicksearch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quicksearch.js b/quicksearch.js index e14710c9a..e4c21868b 100644 --- a/quicksearch.js +++ b/quicksearch.js @@ -522,7 +522,7 @@ function make_query_URL(url, input, searchLong) { } } } - + and = 0; or = 0; } -- cgit v1.2.3-24-g4f1b