Full Author Date Not Showing on Individual Title Listings

Bug #1479877 reported by Tony Bandy
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Evergreen
Confirmed
Wishlist
Unassigned

Bug Description

Running Evergreen 2.7.2 on a hosted instance, we are noticing that when looking for books by a author, that in the RESULTS list, the entire author's date of birth is shown (as in this example):

Sandford, John, 1944 February 23-

However, when clicking on an INDIVIDUAL title from the returned list, the specific books will return the author's date of birth as such:

Sandford, John, 1944-

------------------

After posting out to the Evergreen mailing lists, folks mentioned that the authors.tt2 is performing normalization on the data such as:

IF subfield.textContent.match('^\s*\d{4}');
  birthdate = subfield.textContent.replace('^\s*(\d{4}).*$', '$1'); END;

------------------

Might be nice if code could be altered so that the full author display is shown for individual titles.

--Tony

Tony Bandy
OHIONET
1500 West Lane Ave.
Columbus, OH 43221-3975

Tags: opac
tags: added: opac
Changed in evergreen:
importance: Undecided → Wishlist
status: New → Confirmed
Revision history for this message
Garry Collum (gcollum) wrote :

It looks like the code in authors.tt2 pulls out the data from subfield d so that variables are created for birthdate and deathdate to match the person schema at schema.org. It really just pulls the birth year and death year. How important is it to separate this data to match schema.org? It would be a simple thing to display the entire data string.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.