Is boolean logic searching properly implemented in Logos 6?
Here are two searches which should produce the same results:
1. (Arius OR arianism) WITHIN 5 WORDS (writing* OR manuscript* OR literature)
2. (Arius WITHIN 5 WORDS (writing* OR manuscript* OR literature)) OR (arianism WITHIN 5 WORDS (writing* OR manuscript* OR literature))
But they don't. The first generates 980 results while the second search produces 698 results.
I am used to searching in a professional search database where boolean logic is properly implemented (and in which the above search would work).
This is where a lack of a proper manual is very frustrating.