Doradus Query Language (DQL) : Text Contains Clauses : Phrase Clauses

Phrase Clauses
A phrase clause is a contains clause that searches for a field for a specific term sequence. Its terms are enclosed in single or double quotes. For example:
Name:"John Sm*th"
This phrase clause searches the Name field for the term John immediately followed by a term that matches the pattern Sm*th. The matching terms may be preceded or followed by other terms, but they must be in the specified order and with no intervening terms. As with term clauses, phrases clauses can use wildcards, and searches are performed without case sensitivity.