--- trunk/vhost/webpac2.cgi 2009/04/25 11:58:23 1157 +++ trunk/vhost/webpac2.cgi 2009/04/25 14:20:42 1162 @@ -204,7 +204,7 @@ my @only_input = param('only_input'); push @search, '(' . join(') OR (', map { "input=$_" } @only_input) . ')' if @only_input; } else { - push @search, "xml=$search"; + push @search, "all=\"$search\""; } my $q = '(' . join(') AND (', @search) . ')';