Search in the Marketplace
When searching for a brick, the engine will look for the terms in the brick name, summary and description.
If you are looking for something specific, you can use the following syntax:
Fuzzy search
By default the search is fuzzy.
Creatte File
will find theCreate File
brick
Exact Match
=Creatte
will not find bricks withCreate
And/Or
White space acts as an AND operator, while a single pipe ('|') acts as an OR.
Create File
searches forCreate
ANDFile
Create|File
searches forCreate
ORFile
To escape a white space, use double quote such as: ="Create File"
Include / Exclude ('
, !
)
'Create
will find any brick that specifically includesCreate
!Create
will find the bricks that do not includeCreate
Create !File
will find bricks withCreate
but notFile
Start with (^
)
^Create
searches for terms starting withCreate
!^Create
searches for terms not starting withCreate
End with ($
)
File$
searches for terms ending withFile
!File$
searches for terms not ending withFile
Caveats
This fuzzy search capability is only available in the following editors:
- Action Editor
- Function Editor
- Visual Editor