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" ); |