]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 70544: QuickSearch drops everything after the first negated word
authordave%intrec.com <>
Thu, 1 Mar 2001 11:34:08 +0000 (11:34 +0000)
committerdave%intrec.com <>
Thu, 1 Mar 2001 11:34:08 +0000 (11:34 +0000)
patch by afranke@ags.uni-sb.de (Andreas Franke)

quicksearch.js

index e14710c9a8a02125fbd3e2ce7f5251c889e5b81a..e4c21868b03271be21d4a7d3a6602993bc356af5 100644 (file)
@@ -522,7 +522,7 @@ function make_query_URL(url, input, searchLong) {
                     }
                 }
         }
-
+        and = 0;
         or = 0;
     }