SearchQuery Class Members
In This Topic
The following tables list the members exposed by SearchQuery.
Public Constructors
Public Properties
| Name | Description |
| Fields |
A list of fields whose value you want returned in the search result. If no fields are defined in the search query,
jobName, priority, dueDate and currentStep fields are returned.
|
| Num |
Number of results to return in the page.
|
| Q |
Query for the search you are performing
|
| Search |
Match criteria for a simple search
|
| SortFields |
The fields which you want to sort the results by and whether you want to sort the results in ascending or descending order.
|
| Start |
Index of the results from which you want to start the list of results
|
Top
See Also