Bug 6773: circ/ysearch.pl is unlimited
authorJoy Nelson <joy@bywatersolutions.com>
Fri, 23 Sep 2011 02:36:48 +0000 (22:36 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Sun, 25 Sep 2011 02:05:56 +0000 (15:05 +1300)
Added a LIMIT 10 to the SQL statement
Edited the circulation.pref stating that autocomplete returns the first 10 results at a time

Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
circ/ysearch.pl
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref

index 549a547..ce890f5 100755 (executable)
@@ -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%");
 
index dc821a8..f6324e3 100644 (file)
@@ -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: