LP#1402797 use staff search for record bucket queries
authorGalen Charlton <gmc@esilibrary.com>
Thu, 15 Jan 2015 15:01:02 +0000 (15:01 +0000)
committerBill Erickson <berickxx@gmail.com>
Wed, 25 Feb 2015 16:16:05 +0000 (11:16 -0500)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/web/js/ui/default/staff/cat/bucket/record/app.js

index de59a45..937218e 100644 (file)
@@ -432,7 +432,7 @@ function($scope,  $routeParams,  egCore , bucketSvc) {
 
         egCore.net.request(
             'open-ils.search',
-            'open-ils.search.biblio.multiclass.query', {   
+            'open-ils.search.biblio.multiclass.query.staff', {   
                 limit : 500 // meh
             }, bucketSvc.queryString, true
         ).then(function(resp) {