From 9b5ce103ad8c78e9c270c144d491aa75136f0d4a Mon Sep 17 00:00:00 2001 From: erickson Date: Wed, 19 Jul 2006 15:13:59 +0000 Subject: [PATCH] exand search suggestion is now a low-hit instead of zero-hit suggestion git-svn-id: svn://svn.open-ils.org/ILS/trunk@5083 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/opac/skin/default/js/result_common.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Open-ILS/web/opac/skin/default/js/result_common.js b/Open-ILS/web/opac/skin/default/js/result_common.js index 09b221ce24..8b9e1f0a08 100644 --- a/Open-ILS/web/opac/skin/default/js/result_common.js +++ b/Open-ILS/web/opac/skin/default/js/result_common.js @@ -168,6 +168,8 @@ function resultLowHits() { } resultSuggestSearchClass(); + + if(getTerm()) resultExpandSearch(); /* advanced search */ } var lowHitsXRefLink; @@ -201,7 +203,7 @@ function resultZeroHits() { showCanvas(); unHideMe($('result_low_hits')); unHideMe($('result_zero_hits_msg')); - if(getTerm()) resultExpandSearch(); /* advanced search */ + //if(getTerm()) resultExpandSearch(); /* advanced search */ } function resultExpandSearch() { -- 2.11.0