Search style

Description

Specifies how the data should be searched.

The options are 'Wildcard', 'Exact', 'Contains', and 'Starts with'.

  • "Wildcard"

    Search for an exact match, ignoring case and length (wildcard characters * and ? are allowed).

  • "Exact"

    Search for an exact match, ignoring case and length.

  • "Contains"

    Search for value anywhere in field. There is no need to use wildcards in the search string.

  • "Starts with"

    Search for the value at the beginning of field. There is no need to use wildcards in the search string. 

tmpl.QuickSearch                
.SearchStyle as C