---
title: searchTermsOperator
framework: intents
role: symbol
role_heading: Instance Property
path: intents/insearchforphotosintent/searchtermsoperator
---

# searchTermsOperator

The operator that defines how to incorporate the search terms when performing the search.

## Declaration

```swift
var searchTermsOperator: INConditionalOperator { get }
```

## Discussion

Discussion This property indicates whether photos must contain all, some, or none of the terms listed in the searchTerms property.

## See Also

### Getting the Search Terms

- [searchTerms](intents/insearchforphotosintent/searchterms.md)
