lib/stanford-mods/searchworks.rb in stanford-mods-0.0.24 vs lib/stanford-mods/searchworks.rb in stanford-mods-0.0.25
- old
+ new
@@ -495,9 +495,10 @@
val << 'Journal/Periodical' if issuance and issuance.include? 'continuing'
val << 'Journal/Periodical' if genres and genres.include? 'article'
val << 'Conference Proceedings' if genres and genres.include? 'conference publication'
val << 'Other' if genres and genres.include? 'student project report'
val << 'Book' if genres and genres.include? 'technical report'
+ val << 'Book' if genres and genres.include? 'report'
when 'still image'
val << 'Image'
when 'mixed material'
val << 'Manuscript/Archive'
when 'moving image'