init(appEntity:)
Initializes a new searchable item with the relevant fields populated from the provided app entity.
Declaration
convenience init(appEntity: some IndexedEntity)Parameters
- appEntity:
The app entity to use for initialization.
Initializes a new searchable item with the relevant fields populated from the provided app entity.
convenience init(appEntity: some IndexedEntity)The app entity to use for initialization.