[Koha-bugs] [Bug 10811] Add a 999$c record matching rule to the MARC21 defaults

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 16 03:04:03 CET 2014


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

M. Tompsett <mtompset at hotmail.com> changed:

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

--- Comment #16 from M. Tompsett <mtompset at hotmail.com> ---
Created attachment 24441
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=24441&action=edit
[SIGNED OFF] Bug 10811 - Add a 999$c record matching rule to the MARC21
defaults

This patch adds a default record matching rule for biblionumber
using the 999$c and the Local-Number index.

This is part of the optional marc21 SQL, as well as in the
updatabase.pl script.

TEST PLAN
---------
 1) Back up your DB, because you probably want it back.
 2) Apply the patch
 3) Run the QA test tool.
 4) Run updatedatabase.pl
 5) Export some MARC bibliographic records from Koha
 6) Import those same MARC bibliographic records using the
     "KohaBiblio" record matching rule.
 7) The incoming records should match perfectly
 8) Check the mysql tables (marc_matchers, matchpoints,
      matcher_matchpoints, matchpoint_components,
      matchpoint_component_norms) to make sure the values were
     inserted as expected.
 9) drop the koha database
10) create the koha database
11) Go to the staff client page, and do a "fresh" install making
     sure to select lots of optional marc 21 matching rules so
     the .../marc21/optional/marc21_default_matching_rules.sql
     gets triggered.
12) Check the mysql tables (marc_matchers, matchpoints,
      matcher_matchpoints, matchpoint_components,
      matchpoint_component_norms) to make sure the values were
     inserted as expected.
13) Restore your DB backup. :)

I corrected any problems I found with the patch, particularly the
$c issue.

Signed-off-by: Mark Tompsett <mtompset at hotmail.com>

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


More information about the Koha-bugs mailing list