@@ -, +, @@ --- circ/ysearch.pl | 3 ++- .../en/modules/admin/preferences/circulation.pref | 1 + 2 files changed, 3 insertions(+), 1 deletions(-) --- a/circ/ysearch.pl +++ a/circ/ysearch.pl @@ -47,7 +47,8 @@ my $sql = qq(SELECT surname, firstname, cardnumber, address, city, zipcode, coun WHERE surname LIKE ? OR firstname LIKE ? OR cardnumber LIKE ? - ORDER BY surname, firstname); + ORDER BY surname, firstname + LIMIT 10); my $sth = $dbh->prepare( $sql ); $sth->execute("$query%", "$query%", "$query%"); --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -7,6 +7,7 @@ Circulation: yes: Try no: "Don't try" - to guess the patron being entered while typing a patron search on the circulation screen. + - Only returns the first 10 results at a time. - - pref: itemBarcodeInputFilter choices: --