SearchQueryClauses Class |
Namespace: CMS.Search
public class SearchQueryClauses
The SearchQueryClauses type exposes the following members.
Name | Description | |
---|---|---|
SearchQueryClauses |
Name | Description | |
---|---|---|
andClauses |
Collection of 'AND' clauses.
| |
andNotClauses |
Collection of 'AND NOT' clauses.
| |
orClauses |
Collection of 'OR' clauses.
|
Name | Description | |
---|---|---|
HighlightedWords |
Gets the list of words which should be highlighted.
| |
Parent |
Gets or sets the parent of the current object.
|
Name | Description | |
---|---|---|
AddClause |
Add clause to current object.
| |
GetQuery |
Returns Full text SQL query.
| |
GetQuery(Boolean, Boolean) |
Returns Full text SQL query and fill collection of words which should be highlighted.
| |
GetQuery(Boolean, Boolean, ListString) |
Returns Full text SQL query and fill collection of words which should be highlighted.
|