SearchRequest
Methods
Name | Type | Description |
---|---|---|
| List<String> | The content types to search for, as specified by the HTTP search request. HTTP parameter name:
Returns an empty list if the CQL search was used. |
| List<String> | The labels to search for, as specified by the HTTP search request. HTTP parameter name: |
| int | The maximum results per page, as specified by the HTTP search request. Useful for pagination. HTTP parameter name: |
| String | The query string that is used for the search, as specified by the HTTP search request. HTTP parameter name when using CQL search: |
| List<String> | The space keys to search in, as specified by the HTTP search request. HTTP parameter name: |
| int | The start index, as specified by the HTTP search request. Useful for pagination. HTTP parameter name: |