← Back to team overview

goobi-release team mailing list archive

Re: [Question #220568]: Missing volume_sorting?

 

Question #220568 on Goobi.Presentation changed:
https://answers.launchpad.net/goobi-presentation/+question/220568

    Status: Open => Answered

Sebastian Meyer proposed the following answer:

The default configuration isn't set automatically, because then it would overwrite your individual configuration each time you update the extension. At least this is how the TYPO3 updating mechanism works when providing static default data.
But there is a backend module you could have noticed, which allows you to import the default configuration into a sysfolder. When preparing for an update it is recommended to always import the default configuration into any sysfolder and compare it to your individual settings. If you want to look at the defaults without importing them into the database you can find them in /modules/newclient/structures.inc.php and /modules/newclient/metadata.inc.php.

The existence of a structure named "volume" and a metadate of the same name is no duplication, because it handles completely different things:
1. The metadata configuration always refers to the MODS section (or whatever bibliographic format you use) while the structure configuration refers to the METS structMap. So if you have a structure type and a bibliographic metadate of the same name, you have to configure both. (Thus this isn't a DLF issue but a METS/MODS annoyance.)
2. The structure element named "volume" means, that you have structures of type "volume" in your METS files. So the DLF only reflects what you have written in your files and therefore can't be blamed if there is a metadate of the same name. Theoretically you can name your volumes anyway you want to avoid this (but then you won't be compatible with the DFG viewer profile).
3. The metadate named "volume" refers to the name of a volume and its counting. This is an element of MODS which is used for identifying volumes (which often don't have bibliographic titles) and bringing them in the right order.

Sorting in list view always works by metadata, so if you want to sort
the items by any property, you have to configure it as a metadate.

-- 
You received this question notification because you are a member of
Goobi Release Management, which is an answer contact for
Goobi.Presentation.