Bug 10500: Improve ISBN matching when importing records
authorKyle M Hall <kyle@bywatersolutions.com>
Thu, 20 Jun 2013 14:45:44 +0000 (10:45 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 5 May 2014 18:04:55 +0000 (18:04 +0000)
commited4b60fa1dca40d0d0bcf4880fd5f2892a15f90f
tree2ec27cb663aef7612374fedfef092714a79915b7
parent89752a126d005cc763d93eb5e543b1f829bed039
Bug 10500: Improve ISBN matching when importing records

Test Plan:
1) Catalog a record with the ISBN "0394502884 (Random House)"
2) Export the record, edit it so the ISBN is now
   "0394502884 (UnRandomHouse)"
3) Using the record import tool, import this record with matching
   on ISBN.
4) You should not find a match
5) Apply this patch
6) Run updatedatabase.pl
7) Enable the new system preference AggressiveMatchOnISBN
8) Repeat step 3
9) The tool should now find a match

Signed-off-by: Tom McMurdo <thomas.mcmurdo@state.vp.us>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Koha.pm
C4/Matcher.pm
installer/data/mysql/sysprefs.sql
installer/data/mysql/updatedatabase.pl
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref
t/Koha.t