Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Searchable Tag hierarchy

avatar
Expert Contributor

Hi - Is it possible to setup a Hierarchy of tags that can be searchable (either API or UI) through the parent tag?

If for example I have 4 tags, company1,company2,company3,company4 and a parent tag of vendors. Is there a way for me to search vendors and it to come up with the tag list of company1-4?

I have created tags that inheirt from others but cant see this relationship in the UI

1 ACCEPTED SOLUTION

avatar
Expert Contributor
@mliem, The basic search in Atlas can be used to search using parent tag and all entities tagged with parent tag and all its sub tag will be searched. The following API can be used. Hope this helps.
http://localhost:21000/api/atlas/v2/search/basic?limit=25&excludeDeletedEntities=true&typeName=hive_...

View solution in original post

1 REPLY 1

avatar
Expert Contributor
@mliem, The basic search in Atlas can be used to search using parent tag and all entities tagged with parent tag and all its sub tag will be searched. The following API can be used. Hope this helps.
http://localhost:21000/api/atlas/v2/search/basic?limit=25&excludeDeletedEntities=true&typeName=hive_...