Quote:
Originally Posted by please55
Thank you. Have to admit I don't get the logical process that:
not publisher:vintage or not publisher:faber
isn't actually what I'm trying to specify.
|
This will always equate to true as with the ‘or’ used in this way it could only return false was if the publisher was simultaneously ‘vintage’ AND ‘Fabre’. Under any other condition at least one side of the ‘or’ would be true so the expressions as a whole would equate to true.