I tried to perform a search to find all places in the New Testament (NA28) where the Greek word κύριος does not refer to either Jesus or God:
- lemma:κύριος NOTEQUALS <Person Jesus> results in 433 hits
- lemma:κύριος NOTEQUALS <Person God> results in 510 hits, even though κύριος in many of those verses is correctly labeled Person God!
- lemma:κύριος NOTEQUALS <Person Jesus> ANDNOT lemma:κύριος EQUALS <Person God> results in 247 hits, but it still includes those references where κύριος refers to and is labeled as Person God!
- lemma:κύριος NOTEQUALS (<Person God> OR <Person Jesus>) results in 0 hits
- lemma:κύριος ANDNOT (<Person God> OR <Person Jesus>) results in 61 hits, which is a good start, but it still leaves out verses like Mt. 6:24, because God is mentioned in the same verse a little further.
What am I doing wrong?