--- trunk/vhost/webpac2.cgi 2009/05/26 14:55:29 1191 +++ trunk/vhost/webpac2.cgi 2009/05/26 15:00:57 1192 @@ -220,7 +220,7 @@ push @search, $v; my @only_input = param('only_input'); - push @search, '(' . join(') OR (', map { "input=$_" } @only_input) . ')' if @only_input; + push @search, '((' . join(') OR (', map { "input=\"$_\"" } @only_input) . '))' if @only_input; } else { push @search, "all=\"$search\""; }