mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
45fe4d69b6
commit
ae3e40eccb
@ -466,9 +466,6 @@ class ResultCache(SearchQueryParser): # {{{
|
|||||||
v = adjust(v)
|
v = adjust(v)
|
||||||
if relop(v, q):
|
if relop(v, q):
|
||||||
matches.add(item[0])
|
matches.add(item[0])
|
||||||
print v, q, 'YES'
|
|
||||||
else:
|
|
||||||
print v, q, 'NO'
|
|
||||||
return matches
|
return matches
|
||||||
|
|
||||||
def get_user_category_matches(self, location, query, candidates):
|
def get_user_category_matches(self, location, query, candidates):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user