pub(crate) fn alphabetic_author(author: &str) -> &strExpand description
Returns the sort key for an author string by extracting the last word of the first name in a comma-separated list.
Used by both Info::alphabetic_author and the DB sort-rank layer so that
the extraction logic lives in exactly one place.