Note:
  This information is not to be used for commercial purposes.
    
    
    
  
  
  
    - 
      The characters '?' and '*' can be used to search for any character and any number of
      characters, respectively. For example:
      
        - 
          J?n matches Jen and Jan.
        
 
        - 
          J*n matches Jen, Jan, John, Jordan,
          and Jason.
        
 
      
     
    - 
      Searching with Johns in the Last Name field and Mar in the First
      Name Field will match Mary Johns or Martin Johns, but not Martha Johnson.
    
 
    - 
      Searching with S* in the Last Name field and J* in the First
      Name Field is too ambiguous and will not return any names.