@@ -, +, @@ --- circ/ysearch.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/circ/ysearch.pl +++ a/circ/ysearch.pl @@ -52,7 +52,7 @@ if ( C4::Context->preference("IndependentBranches") $limit_on_branch = 1; } -my @parts = split( / /, $query ); +my @parts = split( /,\s|\s/, $query ); my @params; foreach my $p (@parts) { push( --