Skip to content

Commit

Permalink
Merge pull request #787 from scientist-softserv/i772-fix-for-iiif-print
Browse files Browse the repository at this point in the history
πŸ› Account for IIIF Print logic
  • Loading branch information
kirkkwang committed Sep 12, 2023
2 parents 59623f7 + 2b3e64e commit ce113aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/indexers/app_indexer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def generate_solr_document
end

def full_text(file_set_id)
return if file_set_id.blank?
return if !Flipflop.default_pdf_viewer? || file_set_id.blank?

SolrDocument.find(file_set_id)['all_text_tsimv']
end
Expand Down

0 comments on commit ce113aa

Please sign in to comment.