From: Bill Erickson Date: Tue, 4 Mar 2014 19:33:24 +0000 (-0500) Subject: web staff: streaming patron search API (2) X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f68b931a9c546639d36fe113ad97a26228982d54;p=working%2FEvergreen.git web staff: streaming patron search API (2) Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm index 1616a53558..0ba9a7515e 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm @@ -1326,7 +1326,12 @@ __PACKAGE__->register_method( # set a relatively small bundle size so the caller can start # seeing results fairly quickly max_chunk_size => 4096, # bundling - api_level => 2, + + # api_level => 2, + # pending opensrf work -- also, not sure if needed since we're not + # actaully creating an alternate vesrion, only offering to return a + # different format. + # signature => { desc => q/Returns a stream of fleshed user objects instead of a pile of identifiers/