CARLI / vufind

A library resource discovery portal designed and developed for libraries by libraries
GNU General Public License v2.0
5 stars 0 forks source link

Uncomment getDateSpan #410

Closed gibsonjc closed 5 years ago

gibsonjc commented 5 years ago

In the recent work on "Published" data, it looks like getDateSpan was accidentally commented out of the CARLI SolrMarc.php file

    //$spec->setLine('Published', 'getDateSpan');

This is for displaying the 362 field, not the 260/264 fields, and needs to be uncommented so it will display. To avoid confusion, let's change the label to "Dates of Publication"

    $spec->setLine('Dates of Publication', 'getDateSpan');
cedelis commented 5 years ago

@gibsonjc Can you please provide an e.g. bib that has a 362 field? Thanks

gibsonjc commented 5 years ago

https://i-share-test.carli.illinois.edu/vf-uiu/Record/UIUdb.4114809 https://i-share-test.carli.illinois.edu/vf-uiu/Record/UIUdb.3891432

cedelis commented 5 years ago

Ready for Testing

gibsonjc commented 5 years ago

Looks good, ready for Prod!

cedelis commented 5 years ago

In PROD