Add a custom function to a collection.
Convenience method for searching by name. This is functionally equivalent to search({ name });
The name to search for This is case insensitive.
Returns functions that match the search criteria.
If no search criteria is provided, all items will be returned.
Optional
options: IFunctionCollection.SearchOptions
Collections of IFunction.