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

# locationSearchType

An indicator of how to apply location values to your search.

## Declaration

```swift
var locationSearchType: INLocationSearchType { get }
```

## Discussion

Discussion Use the value in this property to determine how to apply the value in the location property to your search results. When the value of this property is INLocationSearchType.unknown, do not consider location as part of your search criteria.

## See Also

### Searching for Tasks by Location

- [location](intents/insearchfornotebookitemsintent/location.md)
- [INLocationSearchType](intents/inlocationsearchtype.md)
