Contents

searchScopes

The scope of the search in your app’s content.

Declaration

static var searchScopes: Self.Criteria.SearchScopes { get }

Discussion

Use this property to indicate the portions of your content the type searches. The type of this property depends on the search criteria you use. For example, if your app intent supports StringSearchCriteria, the value of this type is an array of StringSearchScope values.

See Also

Scoping the search