You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 aconst 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.
The text was updated successfully, but these errors were encountered: