---
title: ShowInAppSearchResultsIntent
framework: appintents
role: symbol
role_heading: Protocol
path: appintents/showinappsearchresultsintent
---

# ShowInAppSearchResultsIntent

An app intent that takes a person to search results for a specified search term.

## Declaration

```swift
protocol ShowInAppSearchResultsIntent : SystemIntent
```

## Mentioned in

Making app entities available in Spotlight Creating your first app intent

## Overview

Overview Provide a SearchCriteria to specify a search term for this intent. You can provide several ShowInAppSearchResultsIntent implementations where each intent conforms to a different search criteria.

## Topics

### Scoping the search

- [searchScopes](appintents/showinappsearchresultsintent/searchscopes.md)
- [StringSearchScope](appintents/stringsearchscope.md)

### Defining the search criteria

- [criteria](appintents/showinappsearchresultsintent/criteria-swift.property.md)
- [SearchCriteria](appintents/searchcriteria.md)
- [StringSearchCriteria](appintents/stringsearchcriteria.md)
- [Criteria](appintents/showinappsearchresultsintent/criteria-swift.associatedtype.md)

## Relationships

### Inherits From

- [AppIntent](appintents/appintent.md)
- [PersistentlyIdentifiable](appintents/persistentlyidentifiable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SystemIntent](appintents/systemintent.md)

## See Also

### Common actions

- [OpenIntent](appintents/openintent.md)
- [OpenURLIntent](appintents/openurlintent.md)
- [SetValueIntent](appintents/setvalueintent.md)
- [DeleteIntent](appintents/deleteintent.md)
- [DeprecatedAppIntent](appintents/deprecatedappintent.md)
