up the hard-coded value for the record query limit in record bucket UI
authorChris Sharp <csharp@georgialibraries.org>
Thu, 18 Jun 2020 17:19:34 +0000 (13:19 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Sat, 19 Nov 2022 19:53:34 +0000 (14:53 -0500)
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Open-ILS/web/js/ui/default/staff/cat/bucket/record/app.js

index 0a126b5..8c3571e 100644 (file)
@@ -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 =