Koha/installer/data/mysql
David Cook a45e36cd16 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) Apply the SQL for adding the KohaBiblio matching rule.
 2) Run updatedatabase.pl
 3) Export some MARC bibliographic records from Koha
 4) Import those same MARC bibliographic records using the
     "KohaBiblio" record matching rule.
 5) The incoming records should match perfectly
 6) Check the mysql tables (marc_matchers, matchpoints,
      matcher_matchpoints, matchpoint_components,
      matchpoint_component_norms) to make sure the values were
     inserted as expected.

Optional: install a new Koha MARC21 database from scratch and
ensure that the sample matching rules are loaded.  Add at
least one bib record, and try steps 1-6.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>

Dropped the database update from the original patch, as the matching
rules are not at present mandatory during installation.
2014-01-31 19:17:53 +00:00
..
atomicupdate Bug 7475: Update configuration 2012-09-19 17:15:25 +02:00
de-DE Bug 11260: (follow-up) repair German sample_z3950_servers.sql 2014-01-08 01:12:41 +00:00
en Bug 10811 - Add a 999$c record matching rule to the MARC21 defaults 2014-01-31 19:17:53 +00:00
es-ES Bug 10863: Add 2 circulation permissions: force_checkout and lift_restriction 2014-01-07 03:59:53 +00:00
fr-FR Bug 10863: Add 2 circulation permissions: force_checkout and lift_restriction 2014-01-07 03:59:53 +00:00
it-IT Bug 10863: Add 2 circulation permissions: force_checkout and lift_restriction 2014-01-07 03:59:53 +00:00
nb-NO Bug 10863: Add 2 circulation permissions: force_checkout and lift_restriction 2014-01-07 03:59:53 +00:00
pl-PL Bug 10863: Add 2 circulation permissions: force_checkout and lift_restriction 2014-01-07 03:59:53 +00:00
ru-RU Bug 10863: Add 2 circulation permissions: force_checkout and lift_restriction 2014-01-07 03:59:53 +00:00
uk-UA Bug 10863: Add 2 circulation permissions: force_checkout and lift_restriction 2014-01-07 03:59:53 +00:00
backfill_statistics.pl Bug 5370: Fix all the references to koha.org 2010-11-08 09:41:49 +13:00
kohastructure.sql Bug 11268: increase size of biblioitems.url 2014-01-31 15:53:36 +00:00
labels_upgrade.pl Bug 2505 - Add commented use warnings where missing in the installer/ directory 2010-04-21 20:26:28 +12:00
patroncards_upgrade.pl Bug 2505 - Add commented use warnings where missing in the installer/ directory 2010-04-21 20:26:28 +12:00
sample_only_param_tables.sql Moved location of updater scripts to dbms specific dir. 2007-11-13 11:22:47 -06:00
sysprefs.sql Bug 10907: Optionally show the staff member's name who managed a suggestion in OPAC 2014-01-23 18:23:25 +00:00
update22to30.pl Bug 11398: A typo occurred with occured 2014-01-02 15:12:48 +00:00
updatedatabase.pl Bug 11268: DBRev 3.15.00.016 2014-01-31 15:55:24 +00:00