From 6877cb0393047f660eff6e59723ca35622caed43 Mon Sep 17 00:00:00 2001 From: Paul Hartmann Date: Thu, 3 Jul 2014 18:44:35 +0200 Subject: [PATCH] add support for ideographic space in card search browser --- anki/find.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anki/find.py b/anki/find.py index dd0d07c0d..d26f243d5 100644 --- a/anki/find.py +++ b/anki/find.py @@ -91,8 +91,8 @@ select distinct(n.id) from cards c, notes n where c.nid=n.id and """+preds token += c else: inQuote = c - # separator - elif c == " ": + # separator (space and ideographic space) + elif c in (" ", u'\u3000'): if inQuote: token += c elif token: