---
title: includeQueries
framework: mapkitjs
role: symbol
role_heading: Interface Property
path: mapkitjs/searchconstructoroptions/includequeries
---

# includeQueries

A Boolean value that indicates whether the search results include queries.

## Declaration

```data
includeQueries?: boolean;
```

## Discussion

Discussion This option only applies to search autocomplete. For example, if you send cof to autocomplete(query, options), the search returns only coffee. If you send cof to autocomplete(query, options) while includeQueries is false, the search returns only addresses and points of interest (given that the setting for those options is true) related to cof and not necessarily related to coffee. The default value is true.

## See Also

### Search filtering

- [includePhysicalFeatures](mapkitjs/searchconstructoroptions/includephysicalfeatures.md)
- [limitToCountries](mapkitjs/searchconstructoroptions/limittocountries.md)
- [regionPriority](mapkitjs/searchconstructoroptions/regionpriority.md)
