]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Vandelay: Insufficient Quality Fall-Thru Merge Profile
authorBill Erickson <berick@esilibrary.com>
Fri, 19 Aug 2011 15:20:55 +0000 (11:20 -0400)
committerMike Rylander <mrylander@gmail.com>
Tue, 23 Aug 2011 18:12:10 +0000 (14:12 -0400)
commit1bf028d6ee6c2ee620c7b56f6d9d5f5ac7631456
treedf27e7d4e8241137db2f08dc6a4b2fa2fdab579e
parent958e67583d52112d4869092105aa2150dbd91fe3
Vandelay: Insufficient Quality Fall-Thru Merge Profile

When a user selects "Merge On Single Match" or "Merge On Best Match" and
apply a minimum quality ratio, the fall-through profile will be used in
a secondary merge attempt for any records that fail the initial merge
due to insufficient record quality.

This allows the user to choose 2 different outcomes based on record
quality.  For example, you may wish to do a full overlay for all
high-quality records, but only extract subjects or other information
from lower quality records.  This also allows users to do record+copy
imports for high-quality records and copy-only imports for low quality
records (using a no-op merge profile like "replace 901c").

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Vandelay.pm
Open-ILS/web/js/ui/default/vandelay/vandelay.js
Open-ILS/web/opac/locale/en-US/vandelay.dtd
Open-ILS/web/templates/default/vandelay/inc/queue.tt2
Open-ILS/web/templates/default/vandelay/inc/upload.tt2