Skip to content

Commit

Permalink
quick fix to restore type facet for valk resources
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Nov 8, 2024
1 parent 83413b6 commit 2d367f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/indexers/hyrax/indexers/resource_indexer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def to_solr
"system_modified_dtsi": resource.updated_at,
"has_model_ssim": resource.to_rdf_representation,
"human_readable_type_tesim": resource.human_readable_type,
"human_readable_type_sim": resource.human_readable_type,
"alternate_ids_sim": resource.alternate_ids.map(&:to_s)
}.with_indifferent_access
end
Expand Down

0 comments on commit 2d367f0

Please sign in to comment.