VForWaTer / metacatalog

Modular metadata management platform for environmental data.
https://vforwater.github.io/metacatalog
GNU General Public License v3.0
3 stars 1 forks source link

Filter duplicates #45

Closed mmaelicke closed 4 years ago

mmaelicke commented 4 years ago

Whenever Entry objects are loaded from the database there should be a filter_duplicates option to o include filter like

WHERE latest_version_id is not null

to only load the latest version of an Entry.

mmaelicke commented 4 years ago

This will be refactored in #44 anyway, therefore closing this issue