Property WholeWordSearch
WholeWordSearch
Gets or sets whether term matching only accepts whole words: a
match is rejected when the character immediately before or after it
is a letter or a digit. Default: false.
public bool WholeWordSearch { get; set; }