From 5d928ff026164d1bfe6d156d7204d4dbbad557db Mon Sep 17 00:00:00 2001 From: miker Date: Sat, 15 Mar 2008 16:45:21 +0000 Subject: [PATCH] cache the sru query results in the ML git-svn-id: svn://svn.open-ils.org/ILS/trunk@9047 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm index d485403d58..9c1a620cb4 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm @@ -1305,7 +1305,7 @@ sub sru_search { warn "SRU search string [$cql_query] converted to [$search_string]\n"; my $recs = $search->request( - 'open-ils.search.biblio.multiclass.query' => {offset => $offset, limit => $limit} => $search_string + 'open-ils.search.biblio.multiclass.query' => {offset => $offset, limit => $limit} => $search_string => 1 )->gather(1); my $bre = $supercat->request( 'open-ils.supercat.record.object.retrieve' => [ map { $_->[0] } @{$recs->{ids}} ] )->gather(1); -- 2.11.0