Seeking guidance on how to store data from one input element into separate metadata
25 views
Skip to first unread message
Elle H
unread,
Nov 14, 2024, 9:07:18 PM11/14/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DSpace Technical Support
The selected value (Last Name, First Name) from the Author input element on the item form is stored in dc.contributor.author. I want to store the Solr ID of the selected value in a separate metadata field. I read the custom configuration documentation and tried it. I ended up with a new input element which I’ll call Author ID that behaved the same as the author onebox; this was redundant and horrible from a usability perspective . Is there a cleaner way I can simultaneously store the author name and Solr ID after searching for and picking authors from the Author onebox?