diff options
author | terry%mozilla.org <> | 2000-01-23 02:50:00 +0100 |
---|---|---|
committer | terry%mozilla.org <> | 2000-01-23 02:50:00 +0100 |
commit | 2181b1425ce5acd7dd491a8ec60b51153c0580c3 (patch) | |
tree | 9075b654efd73c89b3c7fac99d5fecf4aa8590b0 /query.cgi | |
parent | 91f9bc0ff29f70e6eb610415c3c05848c765b683 (diff) | |
download | bugzilla-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-x | query.cgi | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |