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

Clean up solr:update-index and solr:compare-records output #106

Closed kouralex closed 2 years ago

kouralex commented 2 years ago

Previously empty string additions could have been shown when executing ./console solr:update-index --no-commit ... or ./console solr:compare-records ... in case of OnkiLightEnrichment found $localData and the requested data field was empty. This PR fixes these inconveniences.