Click or drag to resize
AppSearchAssociations Method

Searches for one or more terms in the values of an app.

This type of search is the global associative search.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public SearchAssociationResult SearchAssociations(
	SearchCombinationOptions options,
	IEnumerable<string> terms,
	SearchPage page
)

Parameters

options
Type: Qlik.EngineSearchCombinationOptions
Information about the search fields.
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: SearchAssociationResult

Implements

IAppSearchAssociations(SearchCombinationOptions, IEnumerableString, SearchPage)
See Also