A student wants to find ALL instances of the Hebrew phrase:
קדשׁ הקדשׁ
What is the most elegant way of searching DIRECTLY in a Hebrew text for all instances of this phrase regardless of the inflection, accentuation or vowel pointing of the words?
I've toyed with:
lemma:קֹדֶשׁ.1@N* BEFORE 0 WORD lemma:הַ@A* BEFORE 0 WORD lemma:קֹדֶשׁ.1@N*
However, I get a lot of false positives in WIVU.
I've also tried:
"lemma:קֹדֶשׁ.1@N* lemma:הַ@A* lemma:קֹדֶשׁ.1@N*"
But that yielded no result at all.
It seems that there should be something fairly elegant that would perform a straight forward phrase search.