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)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 14 Nov 2013 18:04:50 +0000 (18:04 +0000)
commit6a78fad4e038b65eba5d39230f5b70d92ed7edcf
tree1fa367eefe8a9217dfbf72f92d8029a770864f21
parent7e6364baee47581615eca0cad9de100afdb49dc0
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>
C4/Search.pm