Closed amacaida closed 2 years ago
For "Media", "authors" is not a valid query, the catalog-ui is looking for a presenters
field, which is why it doesn't show up.
To fix this, we may want to:
Media can also be youtube videos, which may have a creator/author but not necessarily a presenter (although many of them are videos of presentations so they do have presenters, but in theory it could just be an animation with captions)
So perhaps Media should have authors or presenters? And for media that does not relate to a "person" that spot can be left empty?
After talking to Bradley:
Some files like 2012_as_core_ipv4_vs_ipv6_comparison.json 2011_as_core_ipv4_vs_ipv6_comparison.json
have their
authors
field input wrong.Some have the incorrect format:
Others have their person fields set wrong because there should be two underscores (
__
) instead of one between last name and first name:While these dont cause any errors it reports the Authors as "Not Provided" in the interface The correct format should be:
Find and fix.