You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All our standard deck orders end with with equivalent of , random(), so that cards due on the same day don't always appear in the same order for example. We don't do this for filtered decks, which can cause things like reviewing ahead to show cards in a predictable order. Perhaps we should be doing something similar to the standard review process instead, updating order_and_limit_for_search() to sort by fnvhash(id, mod) like the standard review process does.
The text was updated successfully, but these errors were encountered:
All our standard deck orders end with with equivalent of
, random()
, so that cards due on the same day don't always appear in the same order for example. We don't do this for filtered decks, which can cause things like reviewing ahead to show cards in a predictable order. Perhaps we should be doing something similar to the standard review process instead, updating order_and_limit_for_search() to sort by fnvhash(id, mod) like the standard review process does.The text was updated successfully, but these errors were encountered: