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 Filewill find theCreate Filebrick
Exact Match
=Creattewill not find bricks withCreate
And/Or
White space acts as an AND operator, while a single pipe ('|') acts as an OR.
Create Filesearches forCreateANDFileCreate|Filesearches forCreateORFile
To escape a white space, use double quote such as: ="Create File"
Include / Exclude (', !)
'Createwill find any brick that specifically includesCreate!Createwill find the bricks that do not includeCreateCreate !Filewill find bricks withCreatebut notFile
Start with (^)
^Createsearches for terms starting withCreate!^Createsearches 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