View | Details | Raw Unified | Return to bug 13822
Collapse All | Expand All

(-)a/circ/ysearch.pl (-2 / +1 lines)
Lines 45-51 if ($auth_status ne "ok") { Link Here
45
45
46
$term =~ s/,//g; #remove any commas from search string
46
$term =~ s/,//g; #remove any commas from search string
47
my $order_by = 'surname, firstname';
47
my $order_by = 'surname, firstname';
48
my ($results) = Search( $term, $order_by, [ 10 ] );
48
my ($results) = Search( $term, $order_by, [ 10 ], undef, undef, "start_with" );
49
49
50
print "[";
50
print "[";
51
my $i = 0;
51
my $i = 0;
52
- 

Return to bug 13822