Contents

init(appEntity:)

Initializes a new searchable item with the relevant fields populated from the provided app entity. Resolves deferred properties before indexing.

Declaration

convenience init(appEntity: some IndexedEntity) async

Parameters

  • appEntity:

    The app entity to use for initialization.

See Also

Getting a searchable item