Fixed #5034 (Search cover:False fails, cover:True succeeds)

This commit is contained in:
Kovid Goyal 2010-03-01 18:46:42 -07:00
parent 768fb23057
commit 0667538213

View file

@ -263,7 +263,7 @@ def get_matches(self, location, query):
if item[loc].strip() != '':
continue
matches.add(item[0])
break
continue
continue ### item is empty. No possible matches below
if q == 'true':