SearchQueryClausesGetQuery Method (Boolean, Boolean) |
Returns Full text SQL query and fill collection of words which should be highlighted.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax public string GetQuery(
bool generateQuery,
bool causeType
)
Parameters
- generateQuery
- Type: SystemBoolean
Indicates whether query should be generated - causeType
- Type: SystemBoolean
If is true => positive cause (AND/OR), false => negative cause (NOT)
Return Value
Type:
StringSee Also