Skip to content

Instantly share code, notes, and snippets.

@DejanEnspyra
Created February 27, 2018 18:55
Show Gist options
  • Save DejanEnspyra/967308de93bd40d834432830f50a3295 to your computer and use it in GitHub Desktop.
Save DejanEnspyra/967308de93bd40d834432830f50a3295 to your computer and use it in GitHub Desktop.
CoreSpotlight Delete Domains
CSSearchableIndex.default().deleteSearchableItems(withDomainIdentifiers: ["news"]) { (error) in
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment