yomichan
yomichan copied to clipboard
Optimize AnkiConnect.findNoteIds
This change updates AnkiConnect.findNoteIds to not run multiple of the same query. Instead, it will run the query only once and internally distribute the results into resulting array.
Addresses part of the issue mentioned in #2184.