StartSearch(Text: String);
Text. The text that is searched in indexed data during BI search.
The StartSearch method starts BI search.
After the search is finished, the total number of found matches is determined, and the first results are loaded. The total number of elements is available in the TotalCount property. The first 100 elements with search results are available in the Items property. To load the next search results, use the LoadNextPage method.
See also: