From 61bb9de69f9fdb2a7ef48ca86952bb09b6870045 Mon Sep 17 00:00:00 2001 From: berick Date: Wed, 30 Mar 2011 13:32:19 -0400 Subject: [PATCH] flesh copy loc. for closer match to unapi --- Open-ILS/src/support-scripts/test-scripts/unapi_bench.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/support-scripts/test-scripts/unapi_bench.pl b/Open-ILS/src/support-scripts/test-scripts/unapi_bench.pl index 9f4979ed6c..2c6713ddab 100755 --- a/Open-ILS/src/support-scripts/test-scripts/unapi_bench.pl +++ b/Open-ILS/src/support-scripts/test-scripts/unapi_bench.pl @@ -89,8 +89,9 @@ sub direct { my $bre_req = $cstore->request( 'open-ils.cstore.direct.biblio.record_entry.search', {id => \@recs}, - {flesh => 2, flesh_fields => {bre => ['call_numbers'], acn => ['copies']}} + {flesh => 3, flesh_fields => {bre => ['call_numbers'], acn => ['copies'], acp => ['location']}} # in practice, ^-- this might be a separate, paged json_query + # note, not fleshing copy status since copy statuses will always be cached in the ML ); my @data; -- 2.11.0