---
title: hideInSpotlight
framework: appintents
role: symbol
role_heading: Instance Property
path: appintents/indexedentity/hideinspotlight
---

# hideInSpotlight

A Boolean value that indicates whether Spotlight prevents the inclusion of the entity in the index.

## Declaration

```swift
var hideInSpotlight: Bool { get }
```

## Discussion

Discussion When the value of this property is true, Spotlight doesn’t include the entity in search results. The default value of this property is false.
