From 4317388225280777d3f2ccb3777037eee3f4ff2f Mon Sep 17 00:00:00 2001 From: Shawn M Moore Date: Sat, 12 Jun 2010 10:14:48 -0400 Subject: [PATCH] Index firstAnswered --- ankiqt/ui/cardlist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ankiqt/ui/cardlist.py b/ankiqt/ui/cardlist.py index 5327217ec..71b2a6027 100644 --- a/ankiqt/ui/cardlist.py +++ b/ankiqt/ui/cardlist.py @@ -555,7 +555,7 @@ class EditDeck(QMainWindow): def rebuildSortIndex(self, key): if key not in ( "question", "answer", "created", "modified", "due", "interval", - "reps", "factor", "noCount"): + "reps", "factor", "noCount", "firstAnswered"): return old = self.deck.s.scalar("select sql from sqlite_master where name = :k", k="ix_cards_sort")