Set this to true to allow search in word.

Namespace: DotNetNuke.Services.Search.Entities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public bool AllowLeadingWildcard { get; set; }
Visual Basic
Public Property AllowLeadingWildcard As Boolean
	Get
	Set

Remarks

When host setting "Search_AllowLeadingWildcard" set to true, it will always allow search in word but ignore this value.

See Also