collectiveaccess / providence

Cataloguing and data/media management application
GNU General Public License v3.0
290 stars 166 forks source link

Default Collection Search Creator Column is Broken #1519

Closed miqrogroove closed 8 months ago

miqrogroove commented 8 months ago

When viewing search results for Collections in list view, the "Title" and the "Creator" columns are identical.

Part of the problem is that the "Creator" format is set to ^preferred_labels by default. Removing the field format causes the output to change from the collection title to a creator (relation) value. This is a reasonable improvement.

Based on a quick review of code, this looks like a defect in the dacs_heritage profile.

https://github.com/collectiveaccess/providence/blob/64d1d594f96cb3a7420a80a45973b8b507568be9/install/profiles/xml/dacs_heritage.xml#L4875-L4883