From f68b931a9c546639d36fe113ad97a26228982d54 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 4 Mar 2014 14:33:24 -0500 Subject: [PATCH] web staff: streaming patron search API (2) Signed-off-by: Bill Erickson --- Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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/ -- 2.11.0