From: erickson Date: Fri, 13 Oct 2006 17:00:43 +0000 (+0000) Subject: no longer lowercasing tcn in the sidebar search X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2864f8065a9863fde8b73335c74392a7e485de66;p=evergreen%2Fpines.git no longer lowercasing tcn in the sidebar search git-svn-id: svn://svn.open-ils.org/ILS/trunk@6468 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/opac/skin/default/js/advanced.js b/Open-ILS/web/opac/skin/default/js/advanced.js index 5c0652a061..20f5a55aab 100644 --- a/Open-ILS/web/opac/skin/default/js/advanced.js +++ b/Open-ILS/web/opac/skin/default/js/advanced.js @@ -108,7 +108,7 @@ function advGenericSearch() { arg.page = RRESULT; arg[PARAM_STYPE] = ""; arg[PARAM_TERM] = ""; - arg[PARAM_ADVTERM] = term.toLowerCase(); + arg[PARAM_ADVTERM] = term; arg[PARAM_OFFSET] = 0; arg[PARAM_RTYPE] = RTYPE_TCN; break;