Hello.
Is it possible to search for duplicate notes in a case insensitive manner? Either during the import process or when using the Find duplicates tool?
Hello.
Is it possible to search for duplicate notes in a case insensitive manner? Either during the import process or when using the Find duplicates tool?
I think this is intentionally not implemented, because it would be very resource-intensive. Each card in your collection would need to be converted into lowercase (or uppercase) and compared with every card in the import (also converted to the same case). If you had 10,000 cards in your collection and would be importing 100 cards, it would sum up to:
Considering that a big portion of Anki is written in Python, which is not a particularly fast language, this would impact the usability quite a lot.
I donβt think adding .lower() to the find_duplicates function would add a noticeable delay to it. In any case it could be limited to the Find Duplicates tool and be optional.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.