Description
Is your feature request related to a problem? Please describe.
If a process doesn't have a dmdSec
because no metadata was written to it, Presentation refuses to index it. We see this happening with newspaper year processes, which don't necessarily require metadata.
Describe the solution you'd like
It would be nice to be able to set a property, for example defaultMetadata=TitleDocMain:ORDERLABEL,(processtitle)
in the config, that always sets at least one metadata item in the export. (here: If there is no DESCRIPTION metadata, create TitleDocMain and put the value of ORDERLABEL into it. If there is no ORDERLABEL, put (processtitle).)
Describe alternatives you've considered
Perhaps this is more of a bug in Presentation that should be fixed there?