Skip to content

Commit

Permalink
Include 880s in the allfields field
Browse files Browse the repository at this point in the history
  • Loading branch information
billdueber committed Mar 21, 2024
1 parent 7c30c9b commit 3ea25d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umich_catalog_indexing/indexers/common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def record_is_umich(r, context)
return false
end

to_field "allfields", extract_all_marc_values(to: '850') do |r, acc|
to_field "allfields", extract_all_marc_values(to: '880') do |r, acc|
acc.replace [acc.join(' ')] # turn it into a single string
end

Expand Down

0 comments on commit 3ea25d2

Please sign in to comment.