Contents

entities(matching:)

Finds app entities that match a given string query.

Declaration

func entities(matching string: String) async throws -> [AnyAppEntity]

Parameters

  • string:

    The search string to match against entity properties.

Mentioned in

Return Value

An array of entities that match the search criteria.

Discussion

See Also

Searching matching entities