Contents

SearchCriteria

An interface for defining the criteria to use when searching your app’s content.

Declaration

protocol SearchCriteria : _IntentValue, Hashable, Sendable

Overview

The system uses this protocol to define the search criteria it supports. Use only the system-defined types that adopt this protocol, and don’t adopt this protocol in your own types.

Topics

Associated Types

See Also

Defining the search criteria