Find tab is a visual element used to determine search parameters. It is a tree comprised of operations and operands.
The operand is a list-type node of the tree. Each operation can be comprised of child operations and operands.
The operation is a node determining the logical operation that will be added to the formed search condition. A context menu is available for each operation.

Figure 1.Determining search conditions for-dimension elements.

A drop-down menu for the operation includes the following commands:

CommandDescription
AndChanges the operation type to AND.
OrChanges the operation type to OR.
Add operationAdds a new operation to the list of child operations.
Add operandAdds a new operand to the list of child operations.
DeleteDeletes all child operands and operations for this operation.

The operand is a list-type tree element describing the filtering condition. The operand is comprised of three parts: properties, conditions, and values.

The user selects properties from a dropdown list in the find tab:

Figure 2. Selecting properties for search.

The user also selects the condition from a dropdown list:

Figure 3. Selecting the condition for search.

The user must enter the search value in the respective text field. An example of combined search using various conditions is shown in Figure 4: searching for bicycles ML Road, red or Sport, blue.

The Find button activates search for the dimension elements meeting the selection criteria. The found elements and the number or found elements are shown in the search results window.

Figure 4. Search results window.
Write US