docs: Document search_aliases node field#729
Merged
christian-byrne merged 4 commits intomainfrom Jan 22, 2026
Merged
Conversation
Documents the new search_aliases field for custom node authors. Changes: - Add SEARCH_ALIASES to custom-nodes/backend/interface.mdx - Document field in /object_info response in server_overview.mdx Depends on: comfyanonymous/ComfyUI#XXXX, Comfy-Org/ComfyUI_frontend#XXXX ## Related PRs - Backend: comfyanonymous/ComfyUI#XXXX - Frontend: Comfy-Org/ComfyUI_frontend#XXXX Amp-Thread-ID: https://ampcode.com/threads/T-019be29a-c4bf-718e-98c2-a3c22af2c1ed Co-authored-by: Amp <amp@ampcode.com>
This was referenced Jan 21, 2026
Changed relative ./README.md links to absolute GitHub URLs since mint broken-links doesn't recognize README files as valid internal docs.
Amp-Thread-ID: https://ampcode.com/threads/T-019be3af-dfb1-705a-9cc4-05e27e80dcc6 Co-authored-by: Amp <amp@ampcode.com>
christian-byrne
added a commit
to Comfy-Org/ComfyUI_frontend
that referenced
this pull request
Jan 23, 2026
Adds `search_aliases` to Fuse.js search keys, enabling users to find nodes by alternative names. https://github.com/user-attachments/assets/6bde3e5d-29c7-4cb0-b102-e600a92c7019 ## Changes - Add `search_aliases` to Fuse.js keys in `nodeSearchService.ts` - Add type definition for `search_aliases` field in `nodeDefSchema.ts` **Depends on:** Comfy-Org/ComfyUI#12010 ## Related PRs - **Backend:** Comfy-Org/ComfyUI#12010, Comfy-Org/ComfyUI#12035 - **Adding aliases**: - Comfy-Org/ComfyUI#12016 - Comfy-Org/ComfyUI#12017 - Comfy-Org/ComfyUI#12018 - Comfy-Org/ComfyUI#12019 - **Docs:** Comfy-Org/docs#729 ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-8223-feat-Add-search_aliases-to-node-search-2ef6d73d365081d89bcccffb33659a88) by [Unito](https://www.unito.io) Co-authored-by: Amp <amp@ampcode.com>
Myestery
pushed a commit
to Comfy-Org/ComfyUI_frontend
that referenced
this pull request
Jan 23, 2026
Adds `search_aliases` to Fuse.js search keys, enabling users to find nodes by alternative names. https://github.com/user-attachments/assets/6bde3e5d-29c7-4cb0-b102-e600a92c7019 ## Changes - Add `search_aliases` to Fuse.js keys in `nodeSearchService.ts` - Add type definition for `search_aliases` field in `nodeDefSchema.ts` **Depends on:** Comfy-Org/ComfyUI#12010 ## Related PRs - **Backend:** Comfy-Org/ComfyUI#12010, Comfy-Org/ComfyUI#12035 - **Adding aliases**: - Comfy-Org/ComfyUI#12016 - Comfy-Org/ComfyUI#12017 - Comfy-Org/ComfyUI#12018 - Comfy-Org/ComfyUI#12019 - **Docs:** Comfy-Org/docs#729 ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-8223-feat-Add-search_aliases-to-node-search-2ef6d73d365081d89bcccffb33659a88) by [Unito](https://www.unito.io) Co-authored-by: Amp <amp@ampcode.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents the new
search_aliasesfield for custom node authors.Changes
SEARCH_ALIASESsection tocustom-nodes/backend/interface.mdx/object_inforesponse inserver_overview.mdxDepends on: Comfy-Org/ComfyUI#12010, Comfy-Org/ComfyUI_frontend#8223
Related PRs