mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
type->is
This commit is contained in:
parent
29cd8aefc9
commit
3de46f701b
1 changed files with 2 additions and 2 deletions
|
@ -1738,8 +1738,8 @@ where id = :id""", pending)
|
|||
if token.startswith("tag:"):
|
||||
token = token[4:]
|
||||
type = SEARCH_TAG
|
||||
elif token.startswith("type:"):
|
||||
token = token[5:]
|
||||
elif token.startswith("is:"):
|
||||
token = token[3:]
|
||||
type = SEARCH_TYPE
|
||||
else:
|
||||
type = SEARCH_PHRASE
|
||||
|
|
Loading…
Reference in a new issue