X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=cgi%2Fsearch.cgi;h=b1f5e09f84724a8b3e38377db960073d275b7ce9;hb=ec74d9703b7f7045ec85d9c66ae19a0710fd0bd9;hp=d3f449ea16ee2b179d9640a9c20ba9e78fd65e42;hpb=0bcab28df52f69d78d262c1284bfe0c0a29b683e;p=debbugs.git diff --git a/cgi/search.cgi b/cgi/search.cgi index d3f449e..b1f5e09 100755 --- a/cgi/search.cgi +++ b/cgi/search.cgi @@ -14,7 +14,7 @@ BEGIN{ use CGI::Simple; -use CGI::Alert 'don@donarmstrong.com'; +# use CGI::Alert 'nobody@example.com'; use Search::Estraier; use Debbugs::Config qw(:config); @@ -33,7 +33,7 @@ my %cgi_var = cgi_parameters(query => $q, default => {phrase => '', max_results => 10, skip => 0, - }. + }, ); $cgi_var{attribute} = parse_attribute(\%cgi_var) || []; @@ -160,7 +160,7 @@ my %attributes = ('@cdate' => {name => 'Date', type => 'str', }, subject => {name => 'Bug Title', - type => 'num', + type => 'str', }, date => {name => 'Submission date', type => 'num',