This commit is contained in:
Damien Elmes 2009-05-06 16:40:03 +09:00
parent 29cd8aefc9
commit 3de46f701b

View file

@ -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