Returns Full text SQL query and fill collection of words which should be highlighted.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- generateQuery
- Type: System Boolean
Indicates whether query should be generated
- causeType
- Type: System Boolean
If is true => positive cause (AND/OR), false => negative cause (NOT)
- highligtedWords
- Type: System.Collections.Generic List String
Collection of words which should be highlighted
Return Value
Type: StringSee Also