]> git.evergreen-ils.org Git - working/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:20 +0000 (15:48 -0400)
commit12a3f5bfaeaae1f6a5b59177f417041088841a49
tree746d8c22e6bf915758ee8bbc8ca2bfba732e3cda
parent12a4f8d577067fe485be0678d1df5473b4999f62
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