@@ -113,8 +113,8 @@ def self.configure_index_fields(config)
113
113
# The ordering of the field names is the order of the display
114
114
def self . configure_show_fields ( config )
115
115
configure_file_show_fields ( config )
116
- config . add_show_field 'lib_name_ssm' , label : 'Name' , link_to_search : 'lib_name_sim' , helper_method : :display_non_copyright_names_with_roles , if : :has_non_copyright_names?
117
- config . add_show_field 'rel_other_project_ssim' , : label => 'Project'
116
+ config . add_show_field 'lib_name_ssm' , label : 'Name' , link_to_facet : 'lib_name_sim' , helper_method : :display_non_copyright_names_with_roles , if : :has_non_copyright_names?
117
+ config . add_show_field 'rel_other_project_ssim' , label : 'Project' , link_to_facet : true
118
118
config . add_show_field 'title_display_ssm' , label : 'Title'
119
119
config . add_show_field 'alternative_title_ssm' , :label => 'Other Titles'
120
120
config . add_show_field 'abstract_ssm' , label : 'Abstract' , helper_method : :expandable_past_400 , iiif : false
@@ -132,14 +132,14 @@ def self.configure_show_fields(config)
132
132
config . add_show_field 'lib_date_textual_ssm' , :label => 'Date' , :helper_method => :show_date_field
133
133
config . add_show_field 'physical_description_extent_ssm' , :label => 'Physical Description'
134
134
config . add_show_field 'dynamic_notes' , pattern : /lib_.*_notes_ssm/ , label : :notes_label , helper_method : :expandable_past_250 , unless : :is_excepted_dynamic_field? , except : [ 'lib_acknowledgment_notes_ssm' ] , join : false
135
- config . add_show_field 'language_language_term_text_ssim' , : label => 'Language' , :link_to_search => 'language_language_term_text_ssim'
135
+ config . add_show_field 'language_language_term_text_ssim' , label : 'Language' , link_to_facet : 'language_language_term_text_ssim'
136
136
config . add_show_field 'table_of_contents_ssm' , :label => 'Contents'
137
- config . add_show_field 'lib_repo_short_ssim' , label : 'Library Location' , helper_method : :show_field_repository_to_facet_link , link_to_search : true , iiif : false
137
+ config . add_show_field 'lib_repo_short_ssim' , label : 'Library Location' , helper_method : :show_field_repository_to_facet_link , link_to_facet : true , iiif : false
138
138
config . add_show_field 'location_sublocation_ssm' , :label => 'Department'
139
139
config . add_show_field 'clio_ssim' , label : 'Catalog Record' , helper_method : :render_link_to_clio , join : false
140
140
config . add_show_field 'lib_part_ssm' , :label => 'Part'
141
- config . add_show_field 'lib_project_full_ssim' , label : 'Digital Project' , helper_method : :show_field_project_to_facet_link , link_to_search : :project_key , if : :show_digital_project? , unless_fields : :project_key_ssim
142
- config . add_show_field 'project_key_ssim' , label : 'Digital Project' , helper_method : :show_field_project_to_facet_link , link_to_search : :project_key , if : :show_digital_project?
141
+ config . add_show_field 'lib_project_full_ssim' , label : 'Digital Project' , helper_method : :show_field_project_to_facet_link , link_to_facet : :project_key , if : :show_digital_project? , unless_fields : :project_key_ssim
142
+ config . add_show_field 'project_key_ssim' , label : 'Digital Project' , helper_method : :show_field_project_to_facet_link , link_to_facet : :project_key , if : :show_digital_project?
143
143
config . add_show_field 'other_sites_data' , :label => 'Also In' , :helper_method => :show_link_to_other_site_home
144
144
# Note: Do NOT show the access_condition field. See DCV-465 for explanation.
145
145
#config.add_show_field 'access_condition_ssim', :label => 'Rights'
0 commit comments