Skip to content

Commit

Permalink
fixed doubled facetable
Browse files Browse the repository at this point in the history
  • Loading branch information
Christy Karpinski authored and Christy Karpinski committed Apr 29, 2024
1 parent 1e1753c commit 8d61a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/paper_or_report.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def video_embed?
end

property :location, predicate: ::RDF::Vocab::DC.coverage do |index|
index.as :stored_searchable, :facetable, :facetable
index.as :stored_searchable, :facetable
end

# types must be initially defined before the include ::Hyrax::BasicMetadata
Expand Down

0 comments on commit 8d61a39

Please sign in to comment.