]> 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:48:55 +0000 (15:48 -0400)
commitc7c42958f717f07267ed6af115cc2e959f6cbc74
tree6ef98095ac76772462ecc4d53f94910c20f0d796
parent3734b4d100a2e8f1b37e942f01b0c92ccf0e6afd
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