Skip to content

[BUG] Order of identifiers affects the addition of an item into a collection #90

Description

@qjhart

For a standard collection import, items are supposed to be assigned as partOf the collection. However, this doesn't always work. The items will only be assigned properly if the first identifier is the ark: for the object. For example, in eastman, this input record.

{
  "@id": "",
...,
  "schema:identifier": [
    "B-9719",
    "ark:/13030/tf000001f7"
  ],
}

Does not get included while...

{
  "@id": "",
  "schema:identifier": [
    "ark:/13030/tf000001gr",
    "B-180"
  ],
}

does.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions