How would i find two greek words used in the same text? For example, if i wanted to find where "eis" and "baptizo" were used in the same text passage, how would i do this search. Thanks in advance.
My first thought was a simple morphological search like:
lemma:εἰς WITHIN 20 WORDS lemma:βαπτίζω
That produces a total of 20 verses (45 total hits) in NA28 and 2 verses in the LXX.
Thanks! That yields some results that i can sift through
I am wondering how would i do a syntax search to find both eis and baptizo in the same clause. Do you think this would get me closer to the results i need?
Morph Search:
lemma:εἰς BEFORE 1-11 WORDS lemma:βαπτίζω
was useful to find example(s) for syntax search setup:
Note: Luke 7:30 has an adverbial clause with βαπτίζω while others are verbal clauses.
Keep Smiling [:)]
Thank you very helpful