---
title: CSSearchQuery.Results
framework: corespotlight
role: symbol
role_heading: Structure
path: corespotlight/cssearchquery/results-swift.struct
---

# CSSearchQuery.Results

An asynchronous sequence that contains the results that match the query string.

## Declaration

```swift
struct Results
```

## Discussion

Discussion A CSSearchQuery/Results-swift.struct structure contains the results of a query. Fetch this structure from the results property of your query object to execute the query automatically and begin the delivery of the results. Use each instance of the structure to get the details for a single result. For more information about how to use this structure, see the results property.

## Topics

### Structures

- [CSSearchQuery.Results.Item](corespotlight/cssearchquery/results-swift.struct/item.md)
- [CSSearchQuery.Results.Iterator](corespotlight/cssearchquery/results-swift.struct/iterator.md)

## Relationships

### Conforms To

- [AsyncSequence](swift/asyncsequence.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Executing the query automatically

- [results](corespotlight/cssearchquery/results-swift.property.md)
