Docs: add info about merge tracking
authorApril Durrence <49952522+adurrence@users.noreply.github.com>
Wed, 24 Apr 2019 19:22:14 +0000 (15:22 -0400)
committerJane Sandberg <sandbej@linnbenton.edu>
Thu, 22 Aug 2019 21:13:01 +0000 (14:13 -0700)
Signed-off-by: April Durrence <49952522+adurrence@users.noreply.github.com>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
docs/cataloging/merge_overlay_bibs.adoc
docs/media/merge_tracking.png [new file with mode: 0644]

index 094be72..8fb6eda 100644 (file)
@@ -29,6 +29,15 @@ image::media/marcoverlay4.png[]
 9. When you are satisfied that you have selected the correct merge profile, click the *Merge* button in the bottom right corner.
 10. Note that merge profiles that contain a preserve field specification are not available to be chosen in this interface, as they would have the effect of reversing which bibliographic record is considered the target of the merge.
 
+Track Record Merges
+^^^^^^^^^^^^^^^^^^^
+
+When 2 or more bib records are merged in a record bucket, all records involved are stamped with a new merge_date value. For any bib record, this field indicates the last time it was involved in a merge. At the same time, all subordinate records (i.e. those deleted as a product of the merge) are stamped with a merged_to value indicating which bib record the source record was merged with.
+
+In the browser client bib record display, a warning alert now appears along the top of the page (below the Deleted alert) indicating when a record was used in a merge, when it was merged, and which record it was merge with, rendered as a link to the target record.
+
+image::media/merge_tracking.png[merge message with date]
+
 Merge Records Using Z39.50
 ^^^^^^^^^^^^^^^^^^^^^^^^^^
 
diff --git a/docs/media/merge_tracking.png b/docs/media/merge_tracking.png
new file mode 100644 (file)
index 0000000..fb6621b
Binary files /dev/null and b/docs/media/merge_tracking.png differ