SearchCloud
Overview
The SearchCloud standard function creates a link cloud based on a supplied search phrase.
Prototype
##SearchCloud(string [searchPhrase], integer {Top})
Parameters
- Name: searchPhrase [Required]
- Type: string
- Description: The search phrase to use for the search query.
- Name: Top {Optional}
- Type: integer
- Default: 1000
- Description: The maximum number of pages to include in the cloud - ordered descending by match score.
Examples
##SearchCloud(Wiki help color, 10)
See Also
Function Calling Convention
Scope Function
Instruction Function
Standard Function
Related