SearchCriteria
An interface for defining the criteria to use when searching your app’s content.
Declaration
protocol SearchCriteria : _IntentValue, Hashable, SendableOverview
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.