A term clause searches a specific field for one or more terms. To designate it as a contains clause, the field name must be followed by a colon. Example:This clause searches perspective objects’ Name field for the term Smith (case-insensitive). To specify multiple terms, enclose them in parentheses. Example:To match this clause, an object’s Name field must contain both John and Smith, but they can appear in any order and be separated by other terms.Be sure to enclose multi-term clauses in parentheses! The following query looks like it searches for John and Smith in the Name field:This clause matches any Name that contains a term that begins with ‘j’ and ends with ‘n’.