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

get_uuid() can return ImmutableResultSets, updates to ImmutableResultSet.uuid/uuids #258

Closed AlexDo1 closed 1 year ago

AlexDo1 commented 1 year ago

New Parameter as_result for function catalog.get_uuid().

ImmutableResultSet.uuids returns sorted member uuids now.

ImmutableResultSet.uuid returns the first uuid of members in the ImmutableResultSet, if a base group exist, this is the first uuid in the IRS. As ImmutableResultSet.uuids now returns sorted member uuids, uuids[0] is now always the same uuid for ImmutableResultSets containing the same members.