init(identifier:indexingKey:asyncGetter:)

Declaration

convenience init<Entity>(identifier: String, indexingKey: PartialKeyPath<CSSearchableItemAttributeSet>, asyncGetter: @escaping  @Sendable (Entity) async throws -> Value) where Entity : AppEntity