19 Mar
2015
19 Mar
'15
3:03 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13822 --- Comment #4 from Kyle M Hall <kyle@bywatersolutions.com> --- Done! (In reply to Marc Véron from comment #2)
Tested for signing off, search behaviour is much better now!
However, I propose to keep sorting, something like:
my $order_by = 'surname, firstname'; my ($results) = Search( $term, $order_by, [ 10 ] );
-- You are receiving this mail because: You are watching all bug changes.