Skip to content

Commit e17f2a3

Browse files
committed
Update the ProductSearchResults Core Data subclass.
1 parent 4ed4fb6 commit e17f2a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Storage/Storage/Model/ProductSearchResults+CoreDataProperties.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ extension ProductSearchResults {
88
return NSFetchRequest<ProductSearchResults>(entityName: "ProductSearchResults")
99
}
1010

11+
@NSManaged public var filterKey: String?
1112
@NSManaged public var keyword: String?
1213
@NSManaged public var products: Set<Product>?
1314

@@ -29,3 +30,7 @@ extension ProductSearchResults {
2930
@NSManaged public func removeFromProducts(_ values: NSSet)
3031

3132
}
33+
34+
extension ProductSearchResults : Identifiable {
35+
36+
}

0 commit comments

Comments
 (0)