I have a simple question - but I struggle every time I come across it: How can I search for all occurrences where a certain verb (lemma) is being used with a certain case (whether that word be a noun, participle, adjective etc.), i.e. where that verb determines the case (like with transitive verbs or verbs that demand a certain case such as for example ἀκούω and genitve).
E.g. I would like to find all occurrences where the NT talks about living for someone/ something - ζάω + dative (as in 2Cor 5:15).
I usually start by putting the following search string in my Morph search:
Lemma.g:ζάω AND (@ND OR @DD OR @JD OR @PD)
But of course that yields all verses where there is ζάω as well as a dative present which is not what I am looking for. I am looking for the verses where ζάω and the dative depend on each other, i.e. where the dative is the indirect object belonging to ζάω.
I also tried Morph-Documents putting ζάω in the first segment and dative in the second segment and specifying that they should agree - but on what? None of the parameters available in the "Agreement"-list (Language, Surface, Lemma, Root etc.) seems to make sense in this regard.
I believe there must be a very simple solution for this and I am just to slow to find it. What am I doing wrong?