plazi / treatmentBank

Repository devoted to house keeping of treatmentBank
0 stars 0 forks source link

removing duplicates deleting treatments that have been linked already #100

Open myrmoteras opened 1 year ago

myrmoteras commented 1 year ago

@gsautter

what is happening to treatments ID of treatmens that are discovered as duplicates and of which one is being removed?

Are those UUIDs lost or linked to the duplicate?

thanks donat

gsautter commented 1 year ago

That's the one part of "UUIDs never go away" that I have yet to figure out, as it involves comparing multiple documents ... the part within a single document has been working for a few weeks now, but the duplicate removal part is still to come.

Treatments that are renamed to treatmentDuplicate are already indexed though, so it's only the linking up that is still left to figure out.