---
title: content
framework: intents
role: symbol
role_heading: Instance Property
path: intents/insearchfornotebookitemsintent/content
---

# content

The text to search for in the body of a note.

## Declaration

```swift
var content: String? { get }
```

## Discussion

Discussion When this property contains a valid string, search for that string in the body text of the user’s notes. When the value of this property is nil, do not use the text as part of your search criteria.

## See Also

### Searching by Content

- [title](intents/insearchfornotebookitemsintent/title.md)
