Click or drag to resize
AppSearchSuggest Method

Returns search suggestions.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public SearchSuggestionResult SearchSuggest(
	SearchCombinationOptions options,
	IEnumerable<string> terms
)

Parameters

options
Type: Qlik.EngineSearchCombinationOptions
Information about the search combinations.
terms
Type: System.Collections.GenericIEnumerableString
Term to search for.

Return Value

Type: SearchSuggestionResult

Implements

IAppSearchSuggest(SearchCombinationOptions, IEnumerableString)
See Also