Gets or sets a value that indicates whether to search for stemmings of each search term.
Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690
Syntax
C# |
---|
public bool SearchStemmings { get; set; } |
Visual Basic |
---|
Public Property SearchStemmings As Boolean
Get
Set |
Visual C++ |
---|
public:
property bool SearchStemmings {
bool get ();
void set (bool value);
} |
Field Value
true if stemmings of each search term are searched for; otherwise,
false. The default value is
false.
Remarks
See Also