[Koha-bugs] [Bug 13822] Patron autocomplete search is severly limited

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 13 06:12:38 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13822

Marc Véron <veron at veron.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |veron at veron.ch

--- Comment #2 from Marc Véron <veron at veron.ch> ---
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.


More information about the Koha-bugs mailing list