A flag to control if the search will match only whole words. If False, the search will match all words that begin with the words in the query (word* match).

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer.Web.WebControls (in EPiServer.Web.WebControls.dll) Version: 6.0.530.0

Syntax

C#
public bool OnlyWholeWords { get; set; }

See Also