the error when using multiple blog search within the form by using
IncludeBlogs="2,3,4,5" has been corrected in the code
i have added the following line on search.pm
line 60
else{
my $include = $app->{searchparam}{IncludeBlogs};
my @clefs = split /,/,(keys %$include)[0] ;
for my $blogid (@clefs){
$app->{searchparam}{IncludeBlogs}{$blogid} = 1
}
}
no everything is fine.