Hierarchical Tags #499
ChristianHinko
started this conversation in
Feature Request
Replies: 1 comment
-
This idea is inspired by Unreal Engine's GameplayTags which are hierarchical. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Make tags hierarchical for efficient tag usage and search tools.
For example, tagging a picture of a dog. Being limited to flat tags requires us to use two separate tags
Animal
andDog
. With hierarchical tags, we can nest these together use the tagAnimal.Dog
.Hierarchical tags allow for more tag query combinations. We can search by tag (including the child tags) or by exact tag (excluding the child tags).
Beta Was this translation helpful? Give feedback.
All reactions