From: dave%intrec.com <> Date: Thu, 1 Mar 2001 11:34:08 +0000 (+0000) Subject: Fix for bug 70544: QuickSearch drops everything after the first negated word X-Git-Tag: bugzilla-2.12~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bba2e46cd8211fa6ea4e0714f525ac11e533f54e;p=thirdparty%2Fbugzilla.git Fix for bug 70544: QuickSearch drops everything after the first negated word patch by afranke@ags.uni-sb.de (Andreas Franke) --- diff --git a/quicksearch.js b/quicksearch.js index e14710c9a8..e4c21868b0 100644 --- a/quicksearch.js +++ b/quicksearch.js @@ -522,7 +522,7 @@ function make_query_URL(url, input, searchLong) { } } } - + and = 0; or = 0; }