From 7ded8eb98bfeeda123395064ddde3bdfacbe25d8 Mon Sep 17 00:00:00 2001 From: erickson Date: Thu, 21 Aug 2008 13:43:07 +0000 Subject: [PATCH 1/1] don't exit early on 0-hit search. cache them, since they are valid results git-svn-id: svn://svn.open-ils.org/ILS/trunk@10392 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm b/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm index ae40e14122..c1a01c9d6c 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm @@ -835,7 +835,6 @@ sub staged_search { if($hc == 0) { $logger->info("search returned 0 results: duration=$search_duration: params=". OpenSRF::Utils::JSON->perl2JSON($search_hash)); - return {count => 0}; } # Create backwards-compatible result structures -- 2.43.2