search
Description:
[
Version ( since =
"0.9.7" ) ]
public GenericArray<
Component>
search (
string search)
Search for a list of components matching the search term.
The list will be ordered by match score.
Parameters:
this |
An instance of Pool
|
search |
A search string
|
Returns:
an array of the found Component objects.
|