From 30e813fd9efaaccd6b76e556a6c76f4874915e9b Mon Sep 17 00:00:00 2001 From: blake Date: Tue, 14 Feb 2017 09:42:27 -0600 Subject: [PATCH] LP1629108 setup "Do_cache" bit on the function call for production use Flipped the do_cache bit from false to true. Signed-off-by: blake Signed-off-by: Kathy Lussier --- Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm index ad057d351b..40d63fbbbf 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm @@ -516,7 +516,7 @@ sub load_rresults { my $ses = OpenSRF::AppSession->create('open-ils.search'); $self->timelog("Firing off the multiclass query"); $args->{from_metarecord} = $rec_id; - my $req = $ses->request($method, $args, $query, 0); + my $req = $ses->request($method, $args, $query, 1); $meta_results = $req->gather(1); $self->timelog("Returned from the multiclass query"); -- 2.43.2