NatLibFi / RecordManager

A metadata record management system written in PHP, intended to be used in conjunction with VuFind or another Solr-based discovery interface. Provides import, export, harvesting (OAI-PMH), normalization, deduplication and Solr index update functionality with support for multiple metadata formats. Also includes an OAI-PMH provider that can be used to access the data stored in RecordManager database. Functionality driven by simple command line programs for easy automation.
GNU General Public License v2.0
47 stars 31 forks source link

[FINNA-907] EAD3: Fix author handling #143

Closed mshroom closed 1 year ago

mshroom commented 1 year ago

Index authors from name and persname elements, corporate authors from corpname. Also, controlaccess is never under did so fix getFormat as well. Add helper functions getAuthorElements and getCorporateAuthorElements for more simple handling of authors here and in RecordManager-Finna