Skip to content

Commit

Permalink
adding subfield H to title latin and vernacular (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthtillman authored and Banu Hapeloglu Kutlu committed Jan 7, 2020
1 parent 342d6b1 commit e02adc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/traject/psulib_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@
end

## Title Display Fields
to_field 'title_latin_display_ssm', extract_marc('245abcfgknps', alternate_script: false, trim_punctuation: true)
to_field 'title_vern', extract_marc('245abcfgknps', alternate_script: :only, trim_punctuation: true)
to_field 'title_latin_display_ssm', extract_marc('245abcfghknps', alternate_script: false, trim_punctuation: true)
to_field 'title_vern', extract_marc('245abcfghknps', alternate_script: :only, trim_punctuation: true)
# use vern title as title_display_ssm if exists
# otherwise use latin character title as title_display_ssm
each_record do |_record, context|
Expand Down

0 comments on commit e02adc8

Please sign in to comment.