]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1465847 Empty patron search exits early user/berick/lp1465847-patron-search-require-filter
authorBill Erickson <berickxx@gmail.com>
Mon, 22 Jun 2015 16:01:19 +0000 (12:01 -0400)
committerBill Erickson <berickxx@gmail.com>
Mon, 22 Jun 2015 16:01:19 +0000 (12:01 -0400)
commitb6270924c16d9057f5bcaec6a3a66e51505be4ec
treedd65fa251f28c7af697d4d55335aca16e3f51ba9
parenta0ada5bf53c1bb3abe7dfcc11029d380f075d0ec
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>
Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm