Skip to content

Commit

Permalink
Add split_from_pdf_id term to solr document
Browse files Browse the repository at this point in the history
  • Loading branch information
LaRita Robinson committed Nov 13, 2023
1 parent be326d5 commit 6c7f1ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/concerns/iiif_print/solr/document.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ module IiifPrint::Solr::Document
def self.decorate(base)
base.prepend(self)
base.send(:attribute, :is_child, Hyrax::SolrDocument::Metadata::Solr::String, 'is_child_bsi')
base.send(:attribute, :split_from_pdf_id, Hyrax::SolrDocument::Metadata::Solr::String, 'split_from_pdf_id_tsi')
base.send(:attribute, :digest, Hyrax::SolrDocument::Metadata::Solr::String, 'digest_ssim')

# @note These properties came from the newspaper_works gem. They are configurable.
Expand Down

0 comments on commit 6c7f1ee

Please sign in to comment.