mortii / anki-morphs

A MorphMan fork rebuilt from the ground up with a focus on simplicity, performance, and a codebase with minimal technical debt.
https://mortii.github.io/anki-morphs/
Mozilla Public License 2.0
47 stars 6 forks source link

cards with zero uknown morphs sorting to the front of the deck #196

Closed fuquasteve closed 3 months ago

fuquasteve commented 3 months ago

When I run recalc, the cards which have no unknown morphs are sorted to the front of the deck. I just upgraded.

Version ⁨23.12.1 (1a1d4d54)⁩ Python 3.11.7 Qt 6.6.2 PyQt 6.6.1 Take a large collection of cards (100000 in my case) and set the program to skip cards.

I would expect the cards to sort with the cards that have 1 uknown to come first in the deck. Instead I get cards with no unknown morphs.

Version ⁨23.12.1 (1a1d4d54)⁩ Python 3.11.7 Qt 6.6.2 PyQt 6.6.1

fuquasteve commented 3 months ago

I read through the configuration and I didn't notice any difference that would effect this behavior. Perhaps I missed something.

mortii commented 3 months ago

AnkiMorphs Version (I am embarassed, but I don't see where to get the vesion. It is what I just updated in the last hour or so.)

Oops, I forgot to add that to the template. It's found on the bottom of the AnkiMorphs settings windows:

Screenshot from 2024-03-24 10-31-41

I mentioned this in the v2.0.0 release notes/changelog:

Move new cards that only have known morphs to the end of the due queue

image This is now a new option in the Recalc Settings instead of being a hidden side effect of the skip cards with only known morphs option.

does it work like it used to when you select that option?

fuquasteve commented 3 months ago

It works as I expected now. I noticed the changelog, but I failed to notice the new option.

It was my error.

I should have waited until after rereading in the morning to do a bug report :-(

Sorry.

mortii commented 3 months ago

No problem, over-reporting is better than under-reporting :)

Thanks for letting me know that the issue templates are lacking, I'll update them soon.

github-actions[bot] commented 3 months ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.