From: erickson Date: Wed, 19 Jul 2006 15:13:59 +0000 (+0000) Subject: exand search suggestion is now a low-hit instead of zero-hit suggestion X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9b5ce103ad8c78e9c270c144d491aa75136f0d4a;p=Evergreen.git 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 --- 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() {