# SearchSuggestions

Represents the list of search suggestions for the currently entered search query.

## Related Resources

Below you can find the list of resources that let you work with this entity.

* [Search Suggestions](resource-api-search-assist.html)

## Attributes

This table describes attributes of the `SearchSuggestions` entity.

* To receive an attribute in the response from the server, specify it explicitly in the `fields` request parameter.

* To update an attribute, provide it in the body of a POST request.

|  Field  |  Type  |  Description  |
| --- | --- | --- |
|  id  |  String  |  The ID of the list of search suggestions. `Read-only`.  |
|  caret  |  Int  |  The current caret position. The end of the current search query by default.  |
|  ignoreUnresolvedSetting  |  Boolean  |  When false, the Hide unresolved issues setting is taken into account for creating search suggestions. When true, this setting is ignored. True when the currently entered search query concerns a state-type field.  |
|  query  |  String  |  The current search query for which the suggestions are being requested. `Can be null`.  |
|  suggestions  |  [Array of Suggestions](api-entity-Suggestion.html)  |  The list of search suggestions for the currently entered search query. `Read-only`.  |
|  folders  |  [Array of IssueFolders](api-entity-IssueFolder.html)  |  The current search context.  |

