Contents

CSSearchQuery.Results

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

Declaration

struct Results

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

See Also

Executing the query automatically