Can a search node be added to the Workflow? #5414

Closed
opened 2026-02-21 18:10:52 -05:00 by yindo · 1 comment
Owner

Originally created by @YidaHu on GitHub (Sep 5, 2024).

Self Checks

  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Provide a description of requested docs changes

There may be many Nodes configured in the Workflow. It is not easy to find a certain Node. If the function of searching Nodes can be provided, it will be of great help.

Originally created by @YidaHu on GitHub (Sep 5, 2024). ### Self Checks - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [X] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [X] Please do not modify this template :) and fill in all the required fields. ### Provide a description of requested docs changes There may be many Nodes configured in the Workflow. It is not easy to find a certain Node. If the function of searching Nodes can be provided, it will be of great help.
yindo added the 💪 enhancement label 2026-02-21 18:10:52 -05:00
yindo closed this issue 2026-02-21 18:10:52 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Sep 5, 2024):

Yes, a search node can be added to the Workflow. The document lists various blocks that can be added to the workflow, including a "searchTool" under the tabs section [1][2].

tabs: {
  'searchBlock': 'Buscar bloque',
  'blocks': 'Bloques',
  'tools': 'Herramientas',
  'allTool': 'Todos',
  'builtInTool': 'Incorporadas',
  'customTool': 'Personalizadas',
  'workflowTool': 'Flujo de trabajo',
  'question-understand': 'Entender pregunta',
  'logic': 'Lógica',
  'transform': 'Transformar',
  'utilities': 'Utilidades',
  'noResult': 'No se encontraron coincidencias',
  'searchTool': 'Herramienta de búsqueda',
},

In the context of workflows, nodes are the key components that allow you to execute a series of operations. By connecting nodes with different functionalities, such as a search node, you can automate and batch process tasks like data analysis, content generation, and more.

To continue talking to Dosu, mention @dosu.

@dosubot[bot] commented on GitHub (Sep 5, 2024): <!-- Answer --> Yes, a search node can be added to the Workflow. The document lists various blocks that can be added to the workflow, including a "searchTool" under the tabs section <sup>[[1]](https://github.com/langgenius/dify/blob/main/web/i18n/es-ES/workflow.ts)</sup><sup>[[2]](https://github.com/langgenius/dify-docs/blob/main/en/guides/workflow/key-concept.md)</sup>. ```ts tabs: { 'searchBlock': 'Buscar bloque', 'blocks': 'Bloques', 'tools': 'Herramientas', 'allTool': 'Todos', 'builtInTool': 'Incorporadas', 'customTool': 'Personalizadas', 'workflowTool': 'Flujo de trabajo', 'question-understand': 'Entender pregunta', 'logic': 'Lógica', 'transform': 'Transformar', 'utilities': 'Utilidades', 'noResult': 'No se encontraron coincidencias', 'searchTool': 'Herramienta de búsqueda', }, ``` In the context of workflows, nodes are the key components that allow you to execute a series of operations. By connecting nodes with different functionalities, such as a search node, you can automate and batch process tasks like data analysis, content generation, and more. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.*
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#5414