rism-digital / muscat

🗂️ A Rails application for the inventory of handwritten and printed music scores
http://muscat-project.org
34 stars 16 forks source link

Holdings missing from MARC view #1477

Closed jenniferward closed 9 months ago

jenniferward commented 9 months ago

Re https://github.com/rism-digital/muscat/pull/1469: The MARC21 view when looking at printed items does not display the holdings information:

1 library: https://muscat-test.rism.info/admin/sources/990071549?view=MARC21 image

Many libraries: https://muscat-test.rism.info/admin/sources/990046739

The MARCXML view includes the holdings: https://muscat-test.rism.info/admin/sources/990046739.xml

In a way, I see an advantage to excluding holdings: the core bibliographic information can be swiftly copied over elsewhere. But there also might be situations where showing all the fields would be expected.

xhero commented 9 months ago

The problem here is that Marc and MarcXML show two different marcs from muscat: text marc is the "internal" muscat marc, while marcxml is the "external" one we use to export data.

xhero commented 9 months ago

The MARC21 should be the same as marcxml, so we will export to_external