summaryrefslogtreecommitdiffstats
path: root/query.cgi
diff options
context:
space:
mode:
authorterry%mozilla.org <>2000-01-23 02:50:00 +0100
committerterry%mozilla.org <>2000-01-23 02:50:00 +0100
commit2181b1425ce5acd7dd491a8ec60b51153c0580c3 (patch)
tree9075b654efd73c89b3c7fac99d5fecf4aa8590b0 /query.cgi
parent91f9bc0ff29f70e6eb610415c3c05848c765b683 (diff)
downloadbugzilla-2181b1425ce5acd7dd491a8ec60b51153c0580c3.tar.gz
bugzilla-2181b1425ce5acd7dd491a8ec60b51153c0580c3.tar.xz
Patch by Christine Begle <cbegle@mozilla.org>>, with heavy
modifications by me -- let you query for "any words" and "all words", as well as the existing substring and regexp stuff.
Diffstat (limited to 'query.cgi')
-rwxr-xr-xquery.cgi2
1 files changed, 2 insertions, 0 deletions
diff --git a/query.cgi b/query.cgi
index 092c5b306..f8728e9c9 100755
--- a/query.cgi
+++ b/query.cgi
@@ -511,6 +511,8 @@ sub StringSearch {
}
foreach my $i (["substring", "case-insensitive substring"],
["casesubstring", "case-sensitive substring"],
+ ["allwords", "all words"],
+ ["anywords", "any words"],
["regexp", "regular expression"],
["notregexp", "not ( regular expression )"]) {
my ($n, $d) = (@$i);