Skip to content
Snippets Groups Projects
Commit 6914f7c3 authored by Anusha Ranganathan's avatar Anusha Ranganathan
Browse files

Add crc work type to facet

parent b04505eb
No related branches found
No related tags found
3 merge requests!115Tombstone not available for dataset,!77Bump ruby v2.7.7,!32Feature/metadata ui improvements
Pipeline #4713 failed
......@@ -78,7 +78,7 @@ class CrcDataset < ActiveFedora::Base
end
property :crc_work_type, predicate: ::RDF::Vocab::Rdms.workType, multiple: false do |index|
index.as :stored_searchable
index.as :stored_searchable, :facetable
end
property :crc_resource_type, predicate: ::RDF::Vocab::Rdms.crcResourceType, multiple: false do |index|
......
......@@ -40,8 +40,8 @@ en:
funder_sim: Funder
# complex identifier
complex_identifier_ssm: Identifier
complex_identifier_group_id_ssim: Group id
complex_identifier_project_id_ssim: Project id
complex_identifier_group_id_sim: Group id
complex_identifier_project_id_sim: Project id
# complex person
complex_person_sim: Creator
complex_person_other_sim: Creator
......@@ -63,10 +63,11 @@ en:
complex_subject_type_sim: Subject type
complex_subject_sex_sim: Subject sex
complex_subject_age_sim: Subject age
# modality
# crc fields
modality_sim: Modality
coverage_sim: Coverage
crc_resource_type_sim: Resource type
crc_work_type_sim: Work type
index:
approval_number_ssm: Animal/Ethics Approval No.
based_near_tesim: Location
......@@ -74,6 +75,7 @@ en:
coverage_tesim: Coverage
creator_tesim: Creator
crc_resource_type_tesim: Resource type
crc_work_type_tesim: Work type
date_created_tesim: Date Created
date_modified_dtsi: Date Modified
date_uploaded_dtsi: Date Uploaded
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment