From: berick Date: Wed, 30 Mar 2011 17:32:19 +0000 (-0400) Subject: flesh copy loc. for closer match to unapi X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6a4851db9702efaba71deabaa43fd7f6fe99b6c0;p=evergreen%2Fequinox.git flesh copy loc. for closer match to unapi --- 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;