This commit is contained in:
Kovid Goyal 2011-04-23 14:31:53 -06:00
commit 597374d0a3

View File

@ -630,8 +630,11 @@ class ResultCache(SearchQueryParser): # {{{
terms.add(l)
if terms:
for l in terms:
try:
matches |= self.get_matches(l, query,
candidates=candidates, allow_recursion=allow_recursion)
except:
pass
return matches
if location in self.field_metadata: