[Koha-bugs] [Bug 10462] Some optimizations in Z3950 search paving the way for enhancements

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 3 14:54:27 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10462

--- Comment #6 from M. de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 19366
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=19366&action=edit
Bug 10462: Followup for showing multiple ISBNs in Z3950 response

As Jonathan correctly noted, the new Z3950 response only showed one isbn
although more isbn numbers could be in the record and would be imported.
To resolve this display problem, I traverse them all now in the updated
routine _isbn_show. There is no change in the imported records.
Note that before this patch TransformMarcToKoha did put all isbn numbers in
one field, separated by pipes (for display only). This behavior is restored
now. The three regexes on the individual isbn numbers now seem to be
overkill, but I left them there for completeness.

Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Tested this on a fresh French install under UNIMARC with BNF server.
Tested it too for MARC21.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list