Multiple author names may lead to strange List Views

Bug #1099789 reported by Siegfried Schweizer
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Goobi.Presentation
Incomplete
Undecided
Unassigned

Bug Description

If there is more than one author name present in a single METS (./mods:name[@type="personal"]), the corresponding List View entry will display the last name only. Thus, result lists will eventually look wrong, like randomly mixed, if having sorted for author names.

In tx_dlf_listview::main() in $this->list->elements all author names are present:
                   ...
                    [author] => Array
                        (
                            [0] => Catullus, Gaius Valerius
                            [1] => Tibullus, Albius
                            [2] => Propertius, Sextus
                        )
                   ...

Metadate "author" xpath configuration is:
./mods:name[@type='personal'][mods:role/mods:roleTerm='aut'[@authority='marcrelator'][@type='code']]

This applies to 1.2.b1.

Revision history for this message
Sebastian Meyer (sebastian-meyer) wrote :

I can't confirm this. As you can see, it works as expected in Dresden (e.g. search for "zehen bücher") and Stuttgart (e.g. search for "ludwigsburg von der ostseite"). Thus I think, this is a problem with your configuration and/or templates.

Could you please post the template you are using for the listview plugin and the typoscript part of your configuration for the author field?

Changed in goobi-presentation:
status: New → Incomplete
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.