I am trying to figure out why a search using the ANDEQUALS operator would produce more matches than a search for a single search term.
I am searching the Lexham Syntactic Greek New Testament for Predicate Nominatives. Here are my results using the Bible search:
- Search 1: A Bible search for <SGNTSyntacticForce = predicate nominative>. This produces 1445 results.
- Search 2: Narrow this search to only nominative nouns. I changed the Bible search to ([field bible, content] <lbs-morph+el ~ NN???>) ANDEQUALS <SGNTSyntacticForce = predicate nominative>. This produces 1904 results. Why should a narrower search using ANDEQUALS produce more hits than a single term search?
If I understand the ANDEQUALS operator correctly, this should limit the results to a word that is both a Noun and tagged as a Predicate Nominative and thus produce few matches than all words that are tagged Predicate Nominative.
Now let's try the same thing using the Syntax search, which uses the visual search design.
- Search 3: Syntax search for a single word tagged Predicate Nominative. This produces 1444 results. I am not sure why it has one less match than the command line search.
- Search 4: Syntax search for a single word tagged Predicate Nominative and case "nominative" and part of speech "noun". This produces 952 results. This is more in line with what I would expect, since there are some participles and other substantives that are predicate nominatives.
There may be mysteries here in how the Lexham Syntactic Greek New Testament. But I am surprised at how a ANDEQUALS search could broaden the results rather than narrow them.