GetSearch

GetSearchResult GetSearch(MbId tMb, GetSearchArg tArg)

Parameters

tMb. Moniker of the repository, in which BI search is executed.

tArg. Operation execution parameters.

Description

The GetSearch operation executes BI search in indexed repository objects.

Comments

BI search is a full-text search of data by keywords in the structure of multidimensional repository sources.

To enable BI search, a repository must be prepared and set up in the desktop application. For details about repository preparation and object indexation see the Installing and Setting Up BI Search Service subsection.

The GetSearch operation enables the user to send a request and get BI search results. To execute the operation, in the tMb field specify repository connection moniker, and in the tArg field specify search parameters. The repository connection moniker can be obtained on executing the OpenMetabase operation.

Two search options are available:

The operation results in the appropriate collection containing information about found dimension elements or sources or particular class objects.

Example

Various methods of using the operation are given in the following examples:

Example name
BI Search of Indexed Object Metadata
BI Search of Indexed Dimension Elements that Form Data Slices

See also:

Specific Operations