meta data for this page
  •  

Search syntax

Use this syntax to get precise results for searches in the Open dialog and Projector properties.

Uses

In the Open dialog, search for files by name or metadata stored in the Tree info window.

In the Projector properties, refine a search for target or Base generators.

Syntax

Enter a single search word or use a multi-word expression with operators to get precise results. Unless otherwise specified, matches are not case-sensitive.

OperatorMeaning
| or
& and
! not
() grouping
* wildcard, match any number of characters
? wildcard, match any single character
“ ” surround a string to ignore operators
= as the prefix, exact match, not case-sensitive
== as the prefix, exact match, case sensitive

Examples

Search queryWhat it finds
oakEverything that contains the string ‘oak’
oak | palm oak or palm
pine & heropine and hero
leaf & !palmleaf, but not palm
(oak | apple) & !saplingoak or apple, but not sapling
oak saplingEverything that contains the string ‘oak sapling’
=oak saplingExactly ‘oak sapling’, case insensitive
oak*saplingoak <any other string> sapling
“oak*sapling” Everything that contains the string ‘oak*sapling’