Sergey Filippov
Sergey Filippov
Hi @JohnEstropia, any updates on this?
Ok, thanks for the answer [https://github.com/JohnEstropia/CoreStore/issues/440](https://github.com/JohnEstropia/CoreStore/issues/440) it will be possible to implement showcase app data in Spotlight [https://developer.apple.com/videos/play/wwdc2021/10098/](https://developer.apple.com/videos/play/wwdc2021/10098/) and Access Attributes of a Deleted Object [https://developer.apple.com/documentation/coredata/consuming_relevant_store_changes](https://developer.apple.com/documentation/coredata/consuming_relevant_store_changes) There is a problem...
The method described in [https://github.com/JohnEstropia/CoreStore/issues/362](https://github.com/JohnEstropia/CoreStore/issues/362) solves the problem of deleting Attachments entities, but if I delete the Root object, which will cascade delete Attachments, in Attachments ListMonitor `listMonitorWillChange`, all fields...
Should I create a separate issue for this case, @JohnEstropia ?
@JohnEstropia https://github.com/JohnEstropia/CoreStore/issues/447
The store must have persistent history tracking enabled to use NSCoreDataCoreSpotlightDelegate, but CoreStore have not. https://github.com/JohnEstropia/CoreStore/issues/295
@aly-irshad Great! Many thanks! Will try your solution