<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreSpotlight",
  "identifier" : "/documentation/CoreSpotlight/CSSuggestion/SuggestionKind-swift.enum",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Core Spotlight",
      "CoreSpotlight"
    ],
    "preciseIdentifier" : "c:@E@CSSuggestionKind"
  },
  "title" : "CSSuggestion.SuggestionKind"
}
-->

# CSSuggestion.SuggestionKind

The suggestion type that determines how the system handles a suggestion.

```
enum SuggestionKind
```

## Overview

Suggestions that the system returns from the query handler have [`CSSuggestion.SuggestionKind.default`](/documentation/CoreSpotlight/CSSuggestion/SuggestionKind-swift.enum/default).

## Topics

### Suggestion types

[`CSSuggestionKindNone`](/documentation/CoreSpotlight/CSSuggestion/SuggestionKind-swift.enum/none)

Blocks the system from displaying the suggestion.

[`CSSuggestionKindCustom`](/documentation/CoreSpotlight/CSSuggestion/SuggestionKind-swift.enum/custom)

Sorts the custom suggestions together.

[`CSSuggestionKindDefault`](/documentation/CoreSpotlight/CSSuggestion/SuggestionKind-swift.enum/default)

Displays the suggestion normally.

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Equatable`](/documentation/Swift/Equatable)

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

---

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)