[]
Gets or sets a value indicating whether the search should match the whole phrase exactly as it appears.
public bool WholePhrase { get; set; }
true if the search should match the entire phrase exactly; otherwise, false if partial matches are acceptable.
true
false