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