includeQueries
A Boolean value that indicates whether the search results include queries.
Declaration
includeQueries?: boolean;Discussion
This option only applies to search autocomplete. For example, if you send cof to autocomplete(query, callback, options), the search returns only coffee. If you send cof to autocomplete(query, callback, 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.