From 820308e45e63eb20d161b463692c658c37292b66 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 19 Mar 2012 21:50:09 +0900 Subject: [PATCH] fix args in addSearchFieldToken --- anki/find.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: