diff --git a/anki/deck.py b/anki/deck.py index 1b5958884..17608fb4d 100644 --- a/anki/deck.py +++ b/anki/deck.py @@ -1861,7 +1861,7 @@ where id = :id""", pending) token = token[4:] type = SEARCH_TAG elif token.startswith("is:"): - token = token[3:] + token = token[3:].lower() type = SEARCH_TYPE elif token.startswith("fid:") and len(token) > 4: dec = token[4:]