I want to find all instances of a certain word where another word does not occur before it. For example, I would like to find all instances of Jesus where it does not have the word "Lord" directly before. This search does not work as expected:
Jesus ANDNOT AFTER 1 WORD Lord
This finds verses where the words Jesus and Lord appear, but "Lord" does not appear before "Jesus". It does not find verses like Matt 1:1 where only Jesus appears.
How would I do this search?