BISearchResultBox.search

Syntax

search(query, range);

Parameters

query. String. Search field.

range. Object. Range of number of records. The object should have the following structure: range = { start : 0, count: 100}, where start = the first search index, count = the number of search objects.

Description

The search method searched by repository data.

Example

The example of use is given on the BISearchResultBox Constructor page.

See also:

BISearchResultBox