Two papers by the same author in the same year overwrote each other.
Conversation
Turn 1 — User
Importing two papers by the same author from the same year silently keeps one.
Turn 2 — Assistant
Keys were author plus year, so a collision overwrote. A disambiguating suffix is now appended in a stable order, and the importer reports every collision it resolved rather than resolving it quietly.
Existing keys are left alone so citations already written do not shift.
Turn 3 — User
What if the same paper is imported twice?
Turn 4 — Assistant
That is detected by content rather than key and skipped as a duplicate, which is different from a collision between two genuinely distinct papers.
Subjects
- [[Markdown]]
- [[Data Import]]
- [[Validation]]