Skip to content

Commit

Permalink
Merge pull request #1897 from TexasDigitalLibrary/1895_marc21fix
Browse files Browse the repository at this point in the history
fix 1895 for marc21 and proquest keyword display
  • Loading branch information
cstarcher committed Jan 23, 2024
2 parents 7207417 + 3c1d494 commit c2cf9c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ public List<FieldValue> getSubjectFieldValues() {
}

public List<FieldValue> getKeywordFieldValues() {
return submission.getFieldValuesByPredicateValue("dc.subject.other");
return submission.getFieldValuesByPredicateValue("keywords");
}

public List<FieldValue> getCommitteeMemberFieldValues() {
Expand Down

0 comments on commit c2cf9c7

Please sign in to comment.