
When using the authors filter, the filter uses the last name and if authors have the same last name, only the first author is shown. For example if there are three authors:
Smith, Kelly (cid: 123)
Smith, John (cid: 225)
Smith, David (cid: 23)
The only author that will be shown is Smith, D. Propose that the cid is used instead of last name, that way all authors are shown.
Comment | File | Size | Author |
---|---|---|---|
#2 | 3036292-filter-author-by-cid.patch | 691 bytes | ebremner |
Comments
Comment #2
ebremner CreditAttribution: ebremner as a volunteer and at University of Waterloo commentedPatch to fix issue, using cid to get authors.
Comment #3
liam morlandComment #4
rjerome CreditAttribution: rjerome commentedI don't see any problem with that, it definitely makes more sense than the existing code. I'd say it should have been that way all along.
Comment #6
liam morlandThanks!