Hi,
I updated an old anki deck, using python + sql, in order to replace some text in all (~2300 notes)
Since then, I have a specific bug that’s quite problematic:
When I browse my notes, if I select a note (in a deck, or in a tag) and I then click on the “Whole collection” it automatically create a duplicate of the selected note with the same noteid. If I delete one, both are deleted. If I tag/flag one it applies to both.
I’m not sure it’s linked to my database modification, since it was only text replacement in the note table, but the timing fits.
Would somebody be able to help me correct the issue?
- Anki 2.1.26 (was present in 2.1.15)
- No addon
- One card type and one note type
- The “fix the database” option doesn’t correct the problem, only reverting to an old backup does.
- I’m on mac, bug was reproduced on a friend’s computer, also a mac.
Thank you