Skip to content

Commit

Permalink
Missed a few indexers
Browse files Browse the repository at this point in the history
These changes are probably not necessary since this is already
included in HykuIndexing but for consistency with Hyku, we are
explicitly including bulkrax on all indexers.
  • Loading branch information
LaRita Robinson committed Jul 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 7bc5266 commit 21ba377
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/indexers/conference_item_resource_indexer.rb
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@ class ConferenceItemResourceIndexer < Hyrax::ValkyrieWorkIndexer
include Hyrax::Indexer(:conference_item_resource)
include Hyrax::Indexer(:with_pdf_viewer)
include Hyrax::Indexer(:with_video_embed)
include Hyrax::Indexer(:bulkrax_metadata)

include HykuIndexing

1 change: 1 addition & 0 deletions app/indexers/dataset_resource_indexer.rb
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@ class DatasetResourceIndexer < Hyrax::ValkyrieWorkIndexer
include Hyrax::Indexer(:dataset_resource)
include Hyrax::Indexer(:with_pdf_viewer)
include Hyrax::Indexer(:with_video_embed)
include Hyrax::Indexer(:bulkrax_metadata)

include HykuIndexing

1 change: 1 addition & 0 deletions app/indexers/exam_paper_resource_indexer.rb
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@ class ExamPaperResourceIndexer < Hyrax::ValkyrieWorkIndexer
include Hyrax::Indexer(:exam_paper_resource)
include Hyrax::Indexer(:with_pdf_viewer)
include Hyrax::Indexer(:with_video_embed)
include Hyrax::Indexer(:bulkrax_metadata)

include HykuIndexing

1 change: 1 addition & 0 deletions app/indexers/journal_article_resource_indexer.rb
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@ class JournalArticleResourceIndexer < Hyrax::ValkyrieWorkIndexer
include Hyrax::Indexer(:journal_article_resource)
include Hyrax::Indexer(:with_pdf_viewer)
include Hyrax::Indexer(:with_video_embed)
include Hyrax::Indexer(:bulkrax_metadata)

include HykuIndexing

1 change: 1 addition & 0 deletions app/indexers/published_work_resource_indexer.rb
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@ class PublishedWorkResourceIndexer < Hyrax::ValkyrieWorkIndexer
include Hyrax::Indexer(:published_work_resource)
include Hyrax::Indexer(:with_pdf_viewer)
include Hyrax::Indexer(:with_video_embed)
include Hyrax::Indexer(:bulkrax_metadata)

include HykuIndexing

0 comments on commit 21ba377

Please sign in to comment.