FullTextSearchList.SearchArea

Usage:

Read and write.

Description:

Type: Array.
Contains metadata array describing which metadata it is necessary to search through. For example: FilterArray = New Array(); FilterArray.Add(Metadata.Catalogs.Articles); FilterArray.Add(Metadata.Documents.Check); SearchList.SearchArea = FilterArray;

The search area can contain main objects of configuration. Subordinate objects (for example, tabular sections, attributes) can't be a part of the search area.

Availability:

Server, thick client, external connection.

    

1C:Enterprise Developer's Community