Custom Search Out
This is an out node that sends search results back to the command bar.
Inputs
This needs msg.payload to be a list of formatted items for searching.
payload
(array) : Array of search items. Each item object should be a JSON object of the formvalue
(string) : Main value used for searching and displaymeta
(object) : miscellaneous meta datasubtext
(string) : subtext to show in list displayicon
(url) : icon to show in list displayother key-value pairs can also be included in this object.
Outputs
No outputs since this is an out-node.
Last updated