|
|
'(author:Alice intitle:hello) !(author:Bob intitle:world)',
|
|
'(author:Alice intitle:hello) !(author:Bob intitle:world)',
|
|
|
' ((e.author LIKE ? AND e.title LIKE ? )) AND NOT ((e.author LIKE ? AND e.title LIKE ? )) ',
|
|
' ((e.author LIKE ? AND e.title LIKE ? )) AND NOT ((e.author LIKE ? AND e.title LIKE ? )) ',
|
|
|
['%Alice%', '%hello%', '%Bob%', '%world%'],
|
|
['%Alice%', '%hello%', '%Bob%', '%world%'],
|