searchableItemsDidUpdate(_:)
Tells the delegate that the framework updated the specified items.
Declaration
optional func searchableItemsDidUpdate(_ items: [CSSearchableItem])Parameters
- items:
The updated items.
Mentioned in
Discussion
When the system updates properties of your searchable item’s CSSearchableItemAttributeSet, it calls this method to notify you that the attributes changed. For example, it calls this method when summary or priority information from Apple Intelligence becomes available. For more information, see Generating summary and priority data for indexed items.