---
title: suggestions
framework: corespotlight
role: symbol
role_heading: Instance Property
path: corespotlight/csuserquery/suggestions-swift.property
---

# suggestions

An asynchronous sequence of suggested completions for the current query text.

## Declaration

```swift
var suggestions: CSUserQuery.Suggestions { get }
```

## Discussion

Discussion Getting the value of this property starts the query and begins the delivery of suggestions. Typically, you get this property as part of a for..in loop to iterate over the suggestions and display them in your interface.

## See Also

### Executing the query automatically

- [responses](corespotlight/csuserquery/responses-swift.property.md)
- [CSUserQuery.Responses](corespotlight/csuserquery/responses-swift.struct.md)
- [CSUserQuery.Suggestions](corespotlight/csuserquery/suggestions-swift.struct.md)
- [CSUserQuery.Item](corespotlight/csuserquery/item.md)
- [CSUserQuery.Suggestion](corespotlight/csuserquery/suggestion.md)
