The Custom Search node let's you display, search and act on a custom list of items, like this Spotify skill that let's you query the Spotify API, display search results and then hit Enter to play a song.
Inputs
This has no input ports.
Output
search (string) : The query that the user types is outputted in msg.payload.search.
Details
Here are the steps to configure your own custom search.
Step 1
Drag and drop a custom-search node, connect it to a custom-search-response. Give it a custom name, say 'List Search'. When you try to make a command using the bot-command node and select Custom Variable, it show allow you to choose 'List Search' now.
Step 2
Attach a data source, or hard code a list, and output that into the custom-search-response node, like this.
You can build this from scratch, or just copy and import this flow below, and modify it to get started with custom search easily. Make sure Maya Bot Utils module is installed from the Store. Query term in msg.payload.search can be connected to search through external data source or API to fetch results and show them in the list.