I want the VF just on the name of "Isaac." Getting the filter on the words: me, I, you, you will do. Hopefully a quick adjustment my search field. Using: <Person Isaac>
Thanks.
Using: <Person Isaac>
Try just Isaac
When used with the <Person> tag it will find all references including pronouns.
When used on its own it will just return results for when that specific string is found.
I got it to work. (<Person Isaac> ANDEQUALS Isaac)
I should have explained really what I was doing. there are many Josephes in the bible. If I only wanted <Person Joseph (patriarch)> highlighted I could not just use "Joseph" because Jesus "earthly" father would be hilighted also. So by using the above type notation I only get the specific person and the english name also not the pronouns associated with him.
(<Person Joseph (patriarch)> ANDEQUALS Joseph)
Mike
Use Isaac INTERSECTS <Person Isaac> as ANDEQUALS misses 20 results (with Match all word forms to catch Isaac's).
Use Isaac NOT INTERSECTS <Person Isaac> to catch any instances that were inserted into the translation.
Likewise, Joseph INTERSECTS <Person Joseph (patriarch)> provides an extra 40 results with Match all word forms to catch Joseph's, and
Joseph NOT INTERSECTS <Person Joseph (patriarch)> will require examination e.g. if you want Joseph used in the sense "house of Joseph".