Click or drag to resize
SearchQueryClausesGetQuery Method (Boolean, Boolean)
Returns Full text SQL query and fill collection of words which should be highlighted.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
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: String
See Also