<!--
{
  "availability" : [
    "iOS: 17.2.0 -",
    "iPadOS: 17.2.0 -",
    "macCatalyst: -",
    "macOS: 14.2.0 -",
    "tvOS: 17.2.0 -",
    "visionOS: -",
    "watchOS: 10.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/ShowInAppSearchResultsIntent/searchScopes",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "App Intents"
    ],
    "preciseIdentifier" : "s:10AppIntents06ShowInA19SearchResultsIntentP12searchScopes8Criteria_0eI0QZvpZ"
  },
  "title" : "searchScopes"
}
-->

# searchScopes

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

```
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`](/documentation/AppIntents/StringSearchCriteria), the value of
this type is an array of [`StringSearchScope`](/documentation/AppIntents/StringSearchScope) values.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)