IApp SearchSuggest Method Qlik Sense .NET SDK - API Reference

Returns search suggestions.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

SearchSuggestionResult SearchSuggest(
	SearchCombinationOptions options,
	IEnumerable<string> terms
)

Parameters

options
Type: Qlik.Engine SearchCombinationOptions
Information about the search combinations.
terms
Type: OnlineSystem.Collections.Generic IEnumerable OnlineString 

Return Value

Type: SearchSuggestionResult
See Also