From: Chris Sharp Date: Thu, 18 Jun 2020 17:19:34 +0000 (-0400) Subject: up the hard-coded value for the record query limit in record bucket UI X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fdc74da7f6caa7d59443cc4accc517dda48e41e0;p=evergreen%2Fpines.git up the hard-coded value for the record query limit in record bucket UI Signed-off-by: Chris Sharp --- diff --git a/Open-ILS/web/js/ui/default/staff/cat/bucket/record/app.js b/Open-ILS/web/js/ui/default/staff/cat/bucket/record/app.js index cdaaaa147b..32d8726431 100644 --- a/Open-ILS/web/js/ui/default/staff/cat/bucket/record/app.js +++ b/Open-ILS/web/js/ui/default/staff/cat/bucket/record/app.js @@ -496,7 +496,7 @@ function($scope, $routeParams, egCore , bucketSvc) { egCore.net.request( 'open-ils.search', 'open-ils.search.biblio.multiclass.query.staff', { - limit : 500 // meh + limit : 2000 // meh }, bucketSvc.queryString, true ).then(function(resp) { bucketSvc.queryRecords =