Bugzilla – Attachment 11936 Details for
Bug 8550
Z39.50 searches for ISBN/ISSN problematic
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8550: restore ISSN field to Z39.50 search
Bug-8550-restore-ISSN-field-to-Z3950-search.patch (text/plain), 2.88 KB, created by
Jared Camins-Esakov
on 2012-09-02 12:03:26 UTC
(
hide
)
Description:
Bug 8550: restore ISSN field to Z39.50 search
Filename:
MIME Type:
Creator:
Jared Camins-Esakov
Created:
2012-09-02 12:03:26 UTC
Size:
2.88 KB
patch
obsolete
>From bd3245ebfe373b1c03b7f622bcc2a229d8c8a08c Mon Sep 17 00:00:00 2001 >From: Jared Camins-Esakov <jcamins@cpbibliography.com> >Date: Wed, 1 Aug 2012 13:40:50 -0400 >Subject: [PATCH] Bug 8550: restore ISSN field to Z39.50 search >Content-Type: text/plain; charset="UTF-8" > >Sometime in 2009 or so, the ISSN field was removed from the Z39.50 search >page, and the ISBN field replaced with a combined ISBN/ISSN field. Since >this breaks ISBN search for most Z39.50 targets (due to the >differing treatment of ISBN vs. ISSN), this is a bug not a feature. > >A future enhancement would be to use Business::ISBN to search for both >ISBN10 and ISBN13. > >To test: >1) Apply patch. >2) Do a search for an ISBN using the ISBN field. >3) Do a search for an ISSN using the ISSN field. >--- > .../prog/en/modules/cataloguing/z3950_search.tt | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt >index ffd29d2..ac473db 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt >@@ -92,7 +92,7 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : > <div class="yui-u first"> > <fieldset class="rows"> > <ol><li><label for="title">Title: </label> <input type="text" id="title" name="title" value="[% title |html %]" /></li> >- <li><label for="isbn">ISBN/ISSN: </label> <input type="text" id="isbn" name="isbn" value="[% isbn %]" /></li> >+ <li><label for="isbn">ISBN: </label> <input type="text" id="isbn" name="isbn" value="[% isbn %]" /></li> > <li><label for="lccall">LC call number: </label> <input type="text" id="lccall" name="lccall" value="" /></li> > <li><label for="controlnumber">Control no.: </label> <input type="text" id="controlnumber" name="controlnumber" value="" /></li> > <li><label for="srchany">Raw (any): </label> <input type="text" id="srchany" name="srchany" value="" /></li></ol> >@@ -100,6 +100,7 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : > </div> > <div class="yui-u"> > <fieldset class="rows"> <ol><li><label for="author">Author: </label> <input type="text" id="author" name="author" value="[% author %]" /><!-- <label for="Keyword">Keyword</label> <input type="text" name="keyword" value="" /> --></li> >+ <li><label for="issn">ISSN: </label> <input type="text" id="issn" name="issn" value="[% issn %]" /></li> > <li> <label for="subject">Subject heading: </label> <input type="text" id="subject" name="subject" value="" /></li> > <li><label for="dewey">Dewey: </label> <input type="text" id="dewey" name="dewey" value="" /></li> > <li><label for="stdid">Standard ID: </label> <input type="text" id="stdid" name="stdid" value="" /></li></ol> >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 8550
:
11273
|
11304
|
11936
|
11940