| Search
|
Specifies the search string. |
| Property |
Specifies the property or meta-property to search for. |
| Operator |
| Symbol |
Meaning |
= |
Equal to |
≠ |
Not equal to |
< |
Less than |
≤ |
Less than or equal to |
> |
Greater than |
≥ |
Greater than or equal to |
≡ |
Equal to (Case sensitive) |

|
Not equal to (Case sensitive) |
contains |
Contains the specified substring |
wildcard expr. |
The search string is a wildcard expression. The wildcard character (*) matches any string. For example, *PN65* searches for any string containing "PN65". |
reg. expr. |
The search string is a regular expression. For more information about regular expressions, see Composer User's Guide: Reference Information: Regular Expression Syntax. |
Is used |
This operator is usable on any type of property. It checks that the property is available on an actor. Can be used to find all actors containing certain meta-properties. |
Specifies the search scope: |
| Apply to |
Specifies the search scope: -
Visible actors - Searches visible actors only.
-
Selection - Searches the selected actors.
-
All actors - Searches all actors in the open document.
|
| Match case |
Sets filter parameters as case sensitive. |
| Ignore nodes |
Excludes assembly groups from the search. |
| Ignore leaves |
Excludes parts (geometries) from the search. |