From 7213d12f1c8d495a862232327f2417128ba43726 Mon Sep 17 00:00:00 2001 From: Lebbeous Fogle-Weekley Date: Thu, 29 Dec 2011 12:05:21 -0500 Subject: [PATCH] Remove last inconsequential net changes to Biblio.pm Ultimately, there is no need to mess with it in this branch. Signed-off-by: Lebbeous Fogle-Weekley --- Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm index 2c3025d6d0..63687878bc 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm @@ -772,7 +772,7 @@ __PACKAGE__->register_method( params => [ {name => 'arghash', desc => 'Arg hash (see open-ils.search.biblio.multiclass)', type => 'object'}, {name => 'query', desc => 'Raw human-readable query (see perldoc '. __PACKAGE__ .')', type => 'string'}, - {name => 'docache', desc => 'Flag for caching (see open-ils.search.biblio.multiclass)', type => 'bool'} + {name => 'docache', desc => 'Flag for caching (see open-ils.search.biblio.multiclass)', type => 'object'}, ], return => { desc => 'Search results from query, like: { "count" : $count, "ids" : [ [ $id, $relevancy, $total ], ...] }', @@ -1165,7 +1165,7 @@ __PACKAGE__->register_method( }, { desc => "A flag to enable/disable searching and saving results in cache, including facets (default OFF)", - type => 'bool' + type => 'string', } ], return => { @@ -1262,6 +1262,7 @@ sub staged_search { $logger->debug("staged search: found cached results"); $summary = $data->{summary}; $results = $data->{results}; + } else { # retrieve the window of results from the database $logger->debug("staged search: fetching results from the database"); -- 2.11.0