Skip to content

Commit

Permalink
Update app/indexers/concerns/hyku_indexing.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
ShanaLMoore authored Sep 18, 2024
1 parent 9aa21fc commit 685266d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/indexers/concerns/hyku_indexing.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ module HykuIndexing
solr_doc['account_institution_name_ssim'] = Site.instance.institution_label
solr_doc['valkyrie_bsi'] = object.kind_of?(Valkyrie::Resource)
solr_doc['member_ids_ssim'] = object.member_ids.map(&:id) if object.kind_of?(Valkyrie::Resource)
# TODO: Reinstate once valkyrie fileset work is complete - https://github.com/scientist-softserv/hykuup_knapsack/issues/34
solr_doc['all_text_tsimv'] = full_text(object)
# rubocop:enable Style/ClassCheck
solr_doc['title_ssim'] = SortTitle.new(object.title.first).alphabetical
Expand Down

0 comments on commit 685266d

Please sign in to comment.