Skip to content

Commit

Permalink
Add Coden to shortTitle #2014
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx committed May 27, 2024
1 parent 79811cd commit 3459f94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/main/resources/alma/fix/titleRelatedFields.fix
Original file line number Diff line number Diff line change
Expand Up @@ -372,3 +372,7 @@ set_array("shortTitle[]")
do list(path: "210??", "var": "$i")
copy_field("$i.a","shortTitle[].$append")
end

do list(path: "030??", "var": "$i")
copy_field("$i.a","shortTitle[].$append")
end
2 changes: 1 addition & 1 deletion src/test/resources/alma-fix/990054089950206441.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"description" : [ "Mikrofiche-Ausg." ],
"publishedBy" : "Mikrofilmarchiv der Deutschsprachigen Presse e. V., MFA"
} ],
"shortTitle" : [ "Spiegel" ],
"shortTitle" : [ "Spiegel", "SPILB" ],
"describedBy" : {
"id" : "http://lobid.org/resources/990054089950206441",
"label" : "Webseite der hbz-Ressource 990054089950206441",
Expand Down

0 comments on commit 3459f94

Please sign in to comment.