search
abstract fun search(vararg keywords: CharSequence, declaration: SearchDeclaration<PluginId>.() -> Unit = {})
Content copied to clipboard
open fun search(keywords: Iterable<CharSequence>, declaration: SearchDeclaration<PluginId>.() -> Unit = {})
Content copied to clipboard
Adds a request to searches remote plugin ids by keywords.
Parameters
keywords
The keywords of remote plugin ids to be mapped.
declaration
Declare how to search for plugin ids.