Click or drag to resize
IAppSearchAssociationsAsync Method (SearchCombinationOptions, IEnumerableString, SearchPage)

Returns the search matches for one or more search terms.

The search results depend on the search context.

See: SearchCombinationOptions

This type of search is also called smart search.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
Task<SearchAssociationResult> SearchAssociationsAsync(
	SearchCombinationOptions options,
	IEnumerable<string> terms,
	SearchPage page
)

Parameters

options
Type: Qlik.EngineSearchCombinationOptions
Information about the search fields and the search context.
terms
Type: System.Collections.GenericIEnumerableString
List of terms to search for.
page
Type: Qlik.EngineSearchPage
Array of pages to retrieve. This parameter is mandatory.

Return Value

Type: TaskSearchAssociationResult
See Also