Bug 9662 - ISSN search field not passed to Z3950Search
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 19 Feb 2013 14:58:35 +0000 (15:58 +0100)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Wed, 20 Feb 2013 14:55:54 +0000 (09:55 -0500)
Seems like simple omission when passing $pars hash to
Z3950Search function.

Test scenario:

1. select any Z39.50 search form and enter valid ISSN
2. verify that you don't get any results from remote servers
3. apply this patch and re-check that results are now availble
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
cataloguing/z3950_search.pl

index 9fc9d68..b8e8a58 100755 (executable)
@@ -99,6 +99,7 @@ my $pars= {
         page => $page,
         id => \@id,
         isbn => $isbn,
         page => $page,
         id => \@id,
         isbn => $isbn,
+        issn => $issn,
         title => $title,
         author => $author,
         dewey => $dewey,
         title => $title,
         author => $author,
         dewey => $dewey,