This is the search interface experiment attached to the record bucket interface....
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 28 Apr 2009 02:46:54 +0000 (02:46 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 28 Apr 2009 02:46:54 +0000 (02:46 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13007 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/cat/record_buckets.js

index aeeb3f3..3bf82f9 100644 (file)
@@ -875,7 +875,7 @@ cat.record_buckets.prototype = {
             if (y) y.value = $("catStrings").getString('staff.cat.record_buckets.submit.query_status');
             obj.network.simple_request(
                 'FM_BRE_ID_SEARCH_VIA_MULTICLASS_QUERY',
-                [ {}, x.value, 1 ],
+                [ { 'limit' : 100 }, x.value, 1 ],
                 function(req) {
                     try {
                         var resp = req.getResultObject();