use staff search for record bucket queries
authorGalen Charlton <gmc@esilibrary.com>
Thu, 15 Jan 2015 15:01:02 +0000 (15:01 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 15 Jan 2015 15:01:02 +0000 (15:01 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.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) {