From: terry%netscape.com <> Date: Sat, 16 Jan 1999 01:49:50 +0000 (+0000) Subject: Allow querying of URL. X-Git-Tag: bugzilla-2.2~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd18dd28549ec74de3ef164cca3f8e8e3fbcda1e;p=thirdparty%2Fbugzilla.git Allow querying of URL. --- diff --git a/buglist.cgi b/buglist.cgi index 22960537f5..179e2d0dcb 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -211,7 +211,7 @@ if (defined $::FORM{'sql'}) { } else { my @legal_fields = ("bug_id", "product", "version", "rep_platform", "op_sys", "bug_status", "resolution", "priority", "bug_severity", - "assigned_to", "reporter", "bug_file_loc", "component"); + "assigned_to", "reporter", "component"); foreach my $field (keys %::FORM) { my $or = ""; @@ -259,7 +259,7 @@ Click the Back button and try again."; } } -foreach my $f ("short_desc", "long_desc") { +foreach my $f ("short_desc", "long_desc", "bug_file_loc") { if (defined $::FORM{$f}) { my $s = SqlQuote(trim($::FORM{$f})); if ($s ne "") { diff --git a/query.cgi b/query.cgi index 0637cb9415..7c601721e3 100755 --- a/query.cgi +++ b/query.cgi @@ -210,6 +210,11 @@ print " Substring Regexp +URL: + +Substring +Regexp +