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

Add AbstractRecord::getExtraFields function #110

Closed LuomaJuha closed 2 years ago

LuomaJuha commented 2 years ago

Tein tämmösen pr:n liittyen tuohon linkitettyyn pr:ään, että datasourcessa oleva rajoitus tulis mukaan deduplikointiin. Ajattelin et tästä vois olla hyötyä myös jos tää on basessa.

EreMaijala commented 2 years ago

@LuomaJuha I'm tempted to say that we should not do this. The extraFields setting is supposed to be kind of a sugar-coating that the drivers are not aware of. Instead there should be ways to control what the drivers produce.