Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.
SOLVED

AEM 6.3 TagManager: is tagManger.find only looking for cq:tags property?

Avatar

Level 6

I create a new page property tab with additional tag property names, such as primary_category, secondary_category using cq/gui/components/coral/common/form/tagfield. Just wonder for this method from TagManager. find(String basePath, String[] tagIDs, boolean oneMatchIsEnough), will it know the primary_category is a tag as well, will it search on these tag properties I created?

Thanks.

1 Accepted Solution

Avatar

Correct answer by
Level 9

Hi,

The standard implementation, looks are all nodes with a cq:tags property

Thanks,

View solution in original post

2 Replies

Avatar

Correct answer by
Level 9

Hi,

The standard implementation, looks are all nodes with a cq:tags property

Thanks,

Avatar

Level 7

TagManager is meant to work on tags only. Take a look at TagManager (Adobe CQ 5.6.1 Java Documentation 5.6.1 API) for explanation of what it does.