Phrase searches
A phrase is any clue that contains more than one word. In a phrase search, the text search engine treats the whole phrase as a single unit.
The module
search supports two types of phrase searches: exact phrase search
and approximate phrase search.
Important: Exact
and approximate phrase searches can be performed only on columns whose etx indexes
were created with the PHRASE_SUPPORT index parameter. You encounter
an error if you search for a phrase in a column whose index was not
created with PHRASE_SUPPORT.