Bury new siblings after sorting

New siblings are buried after they have been gathered. For example, using Ascending position to gather cards might result in all back—>front getting buried if their siblings are available. This happens because the
front—>back cards are gathered first and so the later siblings get buried.

The preceding is true even if you use Random sort order. Is there a reason this is how burying still works? It feels like wasted potential for v3 scheduler. I should be able to gather the oldest cards and study them completely randomly using those two orders but that does not happen. I think ideally, I would be getting a mix of front—>back and back—>front cards.

I would prefer that the new siblings get buried after the sort order is applied and not during gathering.

I think the same logic should apply to review sort order. I haven’t tested this but I assume review sort order is also inconsequential to burying. If I’m using Relative overdueness to study the low retrievability cards first, siblings that come first in this list should be prioritised when burying happens.

All of this, of course, shouldn’t apply to the two other orders (new/review, interday learning/review).

Sorting can’t happen until gathering finishes, and burying affects how many cards will be gathered before gathering is complete. What you want would require fetching cards above the daily limits, and discarding them later on, which is inefficient.

Reviews do not have separate gather + sort orders, so this does not apply there.

1 Like

That’s a disappointment.

The sort order is used to gather the cards?

They are gathered in the configured review order.

1 Like