| filter |
String |
A filter for the search results. One of these values:
-
Article—Search results contain only
articles.
-
Question—Search results contain only
questions.
|
Optional |
29.0 |
| language |
String |
The language of the articles or questions. The value must be a Salesforce supported
locale code. In an <apex:page>, the default
value is the language of the page. Otherwise, the default value is the user's
locale. |
Optional |
36.0 |
| page |
Integer |
The page of items to return. The default value is 0, which returns the first
page. |
Optional |
29.0 |
| pageSize |
Integer |
The number of items per page. Valid values are from 1 through 100. The default
value is 20. |
Optional |
29.0 |
| q |
String |
Required and can’t be null. Specifies
the string to search. The search string must contain at least two characters, not
including wildcards. See Wildcards. |
Required |
29.0 |