|
Purpose: Implement new requirements from the MM-SIG (7/19/2018):
a) The expected functionality tied to the check box for primary contributors, identifying which contributor to list in the result pane, is to be changed and instead of identifying primary contributors, then we'll display the first three mentioned contributors and show them in the result pane, in the same order as they appear in the MARC source record.
b) The sort functionality tied to Contributors in the 2nd pane, will be on the first mentioned (this requirement would be aligned with
UXPROD-85
Closed
).
-----------------------------------------------------------------
Following MARC tags are to be considered:
100 $abcdjq Main Entry - Personal Name
110 $abcdgn Main Entry - Corporate Name
111 $abcdgnq Main Entry - Meeting Name
700 $abcdjq Added Entry - Personal Name
710 $abcdgn Added Entry - Corporate Name
711 $abcdgnq Added Entry - Meeting Name
720 $a Added Entry - Uncontrolled Name
-----------------------------------------------------------------
The first three mentioned contributors would be - in following priority list:
I. priority: If 3 contributors are tagged with tag field
- 100 and or
- 110 and or
- 111 in the MARC record, then this is the 3 contributors to show in the result pane, in the same order as they appear in the MARC source record
II priority: If there are two contributors in the tag field 100/110/111, then take the first contributor mentioned in tag field
- 700 and if there is no one in 700, then
- 710, and if no one in 710 then
- 711, and if no one in 710 then
- 720
- and if there is no contributors mentioned in 700/710/711/720, then there is only the two contributors coming from 100/110/111 to show in the result pane, in the same order as they appear in the MARC source record
III priority: If there is only one contributor in 100/110/111, then take the first two contributors mentioned in
- 700 and if there is no one in 700, then
- 710, and if no one in 710 then
- 711
- 720
- and if there is no contributors mentioned in 700/710/711/720, then there is only one contributor coming from 100/110/111 to show in the result pane, in the same order as they appear in the MARC source record
|