<!--
{
  "availability" : [
    "iOS: 18.4.0 -",
    "iPadOS: 18.4.0 -",
    "macCatalyst: 18.4.0 -",
    "macOS: 15.4.0 -",
    "visionOS: 2.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreSpotlight",
  "identifier" : "/documentation/CoreSpotlight/CSSearchableIndexDelegate/searchableItemsDidUpdate(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Core Spotlight"
    ],
    "preciseIdentifier" : "c:objc(pl)CSSearchableIndexDelegate(im)searchableItemsDidUpdate:"
  },
  "title" : "searchableItemsDidUpdate(_:)"
}
-->

# searchableItemsDidUpdate(_:)

Tells the delegate that the framework updated the specified items.

```
optional func searchableItemsDidUpdate(_ items: [CSSearchableItem])
```

## Parameters

`items`

The updated items.

## Discussion

When the system updates properties of your searchable item’s [`CSSearchableItemAttributeSet`](/documentation/CoreSpotlight/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](/documentation/CoreSpotlight/generating-summary-and-priority-data-for-indexed-items).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)