To search for phrases, wrap the value string in "double quotes". An example of phrase
      matching is to match the field originator with the phrase “John Smith”. 
    - 
        In the Query Text box, enter:
        
originator:"John Smith"
 - In the Results options section, select the check box for Records.
 
Wildcards are supported within phrase matching. For example, to match records that
      contain the text "John Smith" or "John Smithe" in the Originator
      metadata field, use the following query text:
        
  originator:"John Smith*"
You can also escape embedded quotes in a phrase using back slash \.