Click or drag to resize
IAppSearchSuggestAsync Method (SearchCombinationOptions, IEnumerableString, AsyncHandle)

Returns search suggestions.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
Task<SearchSuggestionResult> SearchSuggestAsync(
	SearchCombinationOptions options,
	IEnumerable<string> terms,
	AsyncHandle asyncHandle = null
)

Parameters

options
Type: Qlik.EngineSearchCombinationOptions
Information about the search combinations.
terms
Type: System.Collections.GenericIEnumerableString
Term to search for.
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request

Return Value

Type: TaskSearchSuggestionResult
See Also