On Thu, 18 Sep 2008 09:42:54 -0400, Dan Scott <[EMAIL PROTECTED]> wrote:

Quick thought before hopping on the bike:

Would it make sense to perform the substitution on the server side
(biblio_search_issn() in
Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm ) so that
the OPAC behaviour will be consistent with an invocation of the
service by any other means?

Agreed.

-b



---------- Forwarded message ----------
From:  <[EMAIL PROTECTED]>
Date: 2008/9/18
Subject: [open-ils-commits] r10632 - trunk/Open-ILS/web/opac/skin/default/js
To: [EMAIL PROTECTED]


Author: erickson
Date: 2008-09-18 08:51:05 -0400 (Thu, 18 Sep 2008)
New Revision: 10632

Modified:
  trunk/Open-ILS/web/opac/skin/default/js/rresult.js
Log:
replace - with spaces in ISSN search

Modified: trunk/Open-ILS/web/opac/skin/default/js/rresult.js
===================================================================
--- trunk/Open-ILS/web/opac/skin/default/js/rresult.js  2008-09-18
12:50:56 UTC (rev 10631)
+++ trunk/Open-ILS/web/opac/skin/default/js/rresult.js  2008-09-18
12:51:05 UTC (rev 10632)
@@ -188,7 +188,7 @@
 }

 function rresultCollectISSNIds() {
-       var req = new Request(FETCH_ADV_ISSN_RIDS, getAdvTerm() );
+    var req = new Request(FETCH_ADV_ISSN_RIDS,
(getAdvTerm()+'').replace(/-/g,' '));
       req.callback(
               function(r) {
                       var blob = r.getResultObject();

_______________________________________________
open-ils-commits mailing list
[EMAIL PROTECTED]
http://list.georgialibraries.org/mailman/listinfo/open-ils-commits






--
Bill Erickson
| VP, Software Development & Integration
| Equinox Software, Inc. / The Evergreen Experts
| phone: 877-OPEN-ILS (673-6457)
| email: [EMAIL PROTECTED]
| web: http://esilibrary.com

Reply via email to