]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1465847 Empty patron search exits early
authorBill Erickson <berickxx@gmail.com>
Mon, 22 Jun 2015 16:01:19 +0000 (12:01 -0400)
committerJason Stephenson <jstephenson@mvlc.org>
Thu, 3 Sep 2015 19:49:19 +0000 (15:49 -0400)
commitce1b5aaf0aedd46b29fc923616e8f354a8890100
tree785594c0686feb815078711ebf77720c1124ff1d
parent4312cd1abd17e132cd6dee0beab6862c4fbd6ccf
LP#1465847 Empty patron search exits early

If no search parameters or invalid search parameters are sent to the
patron search API, the API call exits early with zero results.  This
avoids cases where empty searches can lead to heavy DB calls, querying
and sorting he entire patron data set.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm