mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
fix args in addSearchFieldToken
This commit is contained in:
parent
28b396895a
commit
820308e45e
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue