I know I can find quotations where a certain person is a speaker. For example:
{Speaker <Person Jesus>}
I want to search for a certain word or morphology within the quotation itself? I want to limit the search to the contents of the quotation rather than the verse as a whole.
The way I am doing this is as follows. Suppose I want to find where Jesus uses the future tense of a Greek verb. I would do a Morph search for:
@{Speaker <Person Jesus>} INTERSECT @VF
Is this the best way to do this or are there hidden traps in this type of search?