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