diff --git a/anki/find.py b/anki/find.py index 321d700db..ea6de805b 100644 --- a/anki/find.py +++ b/anki/find.py @@ -312,7 +312,7 @@ where mid in %s and flds like ? escape '\\'""" % ( 'type': SEARCH_PHRASE}) if parts[1]: #value is included with the :, so wrap it up - addSearchFieldToken(field, parts[1], isNeg, 'none') + addSearchFieldToken(field, parts[1], isNeg) intoken = doprocess = False doprocess = False else: