Set this to true to perform perform WildCard Search.

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

Syntax

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

Remarks

This property is not respected when Keywords contain special boolean phrases "~", "*", "\"", "\'", "and", "or", "+", "-". When this is enabled, an additional OR is performed, e.g. (keyword OR keyword*). It adds asterisk at then end to find any words starting with the keyword. There can be performance implications with this setting turned on.

See Also