Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search Tags #33

Open
dannymate opened this issue Jan 17, 2023 · 0 comments
Open

Search Tags #33

dannymate opened this issue Jan 17, 2023 · 0 comments

Comments

@dannymate
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant