forked from DSpace/dspace-angular
-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
Description
I have configured a Items short view as described in the manual, but the short view does not show all the metadata even when it is present in the Item.
Steps to reproduce the behavior:
- Add the following to config.*.yml.
searchResult:
additionalMetadataFields:
- entityType: publication
metadataConfiguration:
- name: dc.type
rendering: text
label: Type
- name: dc.relation.journal
rendering: crisref
label: Journal
- name: oaire.citation.volume
rendering: text
label: Volume
- name: oaire.citation.issue
rendering: text
label: Issue
- name: oaire.citation.startPage
rendering: text
label: Start page
- name: oaire.citation.endPage
rendering: text
label: End Page
- name: dc.identifier.doi
rendering: identifier.doi
label: Doi
- entityType: journal
metadataConfiguration:
- name: dc.relation.issn
rendering: text
label: ISSN
- entityType: fallback # used for other entity types
metadataConfiguration:
- name: dc.identifier.doi
rendering: identifier.doi
label: DOI
The Items short view should display all the metadata available in the Item as it was in previous versions.