mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-21 14:26:33 -04:00
Add search query test to check a parenthesized expression after an implied "AND"
This commit is contained in:
@@ -322,6 +322,7 @@ class Tester(SearchQueryParser):
|
||||
'author:S\\"calzi': {343},
|
||||
'"S\\"calzi"': {343},
|
||||
'M\\\\cMurtry': {427},
|
||||
'author:Tolstoy (tag:txt OR tag:pdf)': set([55, 56]),
|
||||
}
|
||||
fields = {'title':0, 'author':1, 'publisher':2, 'tag':3}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user