In another thread, I wondered if we could find exact matches for Jesus only speaking to John (rather than a group which also included John).
Bradley mentioned adding NOT INTERSECTS {Addressee <Person James (son of Zebedee)>} NOT INTERSECTS {Addressee <Person Peter>} ...
It seemed tedious to build a list of people to be excluded from the results.
So I thought about it, then recalled someone else's posts about "merging" passage lists.
If I built a passage list of everyone Jesus spoke to, then build a second list of everyone else Jesus spoke to (excluding John), I could get the "difference"(?) to get Jesus speaking only to John.
The search expression would be shorter, since it would only involves one NOT INTERSECTS, yet there's still some tedium of making two lists, then "merging" them.
Being me, and looking to get the program to do all the work for me, I thought to myself, "Wouldn't it be nice if we could just say something like "NOT INTERSECTS {Addressee NOT <Person John (son of Zebedee>}."
If the program supports an exact match, it must be able to support a logical operation to negate that exact match.
So, possible? Reasonable? (The solution seems too simple.)