[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 24 16:52:11 CEST 2013


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

M. de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #19926|0                           |1
        is obsolete|                            |

--- Comment #15 from M. de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 19928
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=19928&action=edit
Bug 10462: QA Followup to resolve LCCN mixup and remove hardcoded marc tags

This patch corrects the mixup for LC call number and control number.

Further, as suggested by Galen, it would be better to not introduce hardcoded
tags in the Z3950Search subs in Breeding.pm.
This patch resolves that by calling TransformMarcToKohaOneField.
Note that this only involves changes to _addrowdata and _isbn_show. These
subs are only used in building the displayed results table.

Additionally, for French UNIMARC installs publicationyear is used to fill
the Date column (copyrightdate is not used in those installs). The edition
statement is only used in unimarc_lecture_pub not in unimarc_complet.

Test plan:
Do some Z3950 searches and look for values in all result columns.
For MARC21 on LOC (and/or others):
  Look for isbn 9780415964845 (check LCCN).
  Look for author Rowling.
For UNIMARC on BNF2 (and/or others):
  On BNF2 look for isbn 2070518426: result contains date and multiple isbn's.
  Look for title: Guide des candidats aux emplois de commissaire de police.
  Third result show edition statement (if you use 205$a with pub install).
  Note that there are no results with LCCN here (just as before).

Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Tested for MARC21 and UNIMARC (French lecture_pub install).

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


More information about the Koha-bugs mailing list