-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
https://discord.com/channels/849024523005460490/849024523005460493/1064978754369228950
Description:
Be able to add tags to a Node to allow better search functionality.
Solutions:
Preferred: Adding args string[] tags to NodeMenuItem, where each entry is a tag.
Alternative: If already using the args slot in NodeMenuItem we can instead ask for a simple string[] as another parameter . With ideal usage being providing a const string[] within a Node and consuming it within the attribute.
Alternative: Separate SearchTag attribute.
Result:
Search myTagName will show all nodes that have the myTagName tag or include myTagName in their name.
Metadata
Metadata
Assignees
Labels
No labels