Platform Explorer / Nuxeo Platform 11.3

Operation Search.SuggestersLauncher (Suggesters launcher)

Description

Get and launch the suggesters defined and return a list of Suggestion objects.
Operation id Search.SuggestersLauncher
Category User Interface
Label Suggesters launcher
Requires
Since

Parameters

Name Description Type Required Default value
searchTerm string no  

Signature

Inputs void
Outputs blob

Implementation Information

Implementation Class Class: org.nuxeo.ecm.platform.suggestbox.automation.SuggestOperation
Contributing Component org.nuxeo.ecm.platform.suggestbox.core.defaultSuggestionHandlers

JSON Definition

{
  "id" : "Search.SuggestersLauncher",
  "label" : "Suggesters launcher",
  "category" : "User Interface",
  "requires" : null,
  "description" : "Get and launch the suggesters defined and return a list of Suggestion objects.",
  "url" : "Search.SuggestersLauncher",
  "signature" : [ "void", "blob" ],
  "params" : [ {
    "name" : "searchTerm",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}