]> git.koha-community.org Git - koha.git/commit
Bug 10684: make sure that Koha search does not dies on undecodable records
authorKyle M Hall <kyle@bywatersolutions.com>
Mon, 5 Aug 2013 13:28:19 +0000 (09:28 -0400)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 21 Nov 2013 13:13:44 +0000 (10:13 -0300)
commit2d6c892f2239a2d997618bf4a285710492d56acf
tree24743b50878b3675c17084e722c3701c96f40c84
parent47f8ca876db5c12a12fe3899b73bc3d7c5b951ee
Bug 10684: make sure that Koha search does not dies on undecodable records

When a record fails to decode during a search, Koha dies with an error.
Koha should ignore bad records and continue on ( and log the error ).

An example of a record that Zebra will happily ingest but which MARC::Record
doesn't like is one that contains a punctuation character in a tag label.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit 6a78fad4e038b65eba5d39230f5b70d92ed7edcf)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
C4/Search.pm