/WILDCARD_MATCHING[=keyword] (Alpha/Integrity servers Only)
    Specifies that the following characters in the search string are
    to be interpreted as wildcard characters:
       asterisk (*) - Accept any number of unspecified characters in
       this position when searching for a match.
       percent sign (%) - Accept any single character in this
       position when searching for a match.
    The optional keyword can be either of the following:
       RELAXED (default) - Automatically appends asterisks to the
       beginning and end of the string to be searched.
       STRICT - Performs a narrow search based on the exact search
       string with no appended asterisks. An entire record must match
       the criteria specified for the wildcarded search.
                                   NOTE
       You cannot specify /WILDCARD_MATCHING with /HIGHLIGHT. An
       error will occur.