Vandelay matching, quality, error reporting, and queue export additions
authorBill Erickson <berick@esilibrary.com>
Wed, 6 Jul 2011 19:21:58 +0000 (15:21 -0400)
committerBill Erickson <berick@esilibrary.com>
Wed, 6 Jul 2011 19:26:49 +0000 (15:26 -0400)
 * Configuration of direct MARC field comparisons of incoming record to existing records
 * Support for nested boolean MARC comparison expressions: e.g. 100a and (020a or 024a)
 * Support for field-level match scores to create an overall per-record match score
 * Support for best match merge/overlay
 * Support for field-level quality metrics to determine overall record quality
 * Support for enforcing a minimum quality ratio on import to prevent import of lower quality records
 * Support for capturing and reporting record and item import failures.
 * Support for exporting record queues and items as print, CSV, and email
 * Various small display fixes and cleanup

Signed-off-by: Bill Erickson <berick@esilibrary.com>

Trivial merge