update record bucket retrieval count to 5000
authorChris Sharp <csharp@georgialibraries.org>
Thu, 30 Sep 2021 12:16:57 +0000 (08:16 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Sat, 19 Nov 2022 19:59:31 +0000 (14:59 -0500)
Open-ILS/web/js/ui/default/staff/cat/bucket/record/app.js

index 8c3571e..29f256c 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 : 2000 // meh
+                limit : 5000 // meh
             }, bucketSvc.queryString, true
         ).then(function(resp) {
             bucketSvc.queryRecords =