AEM 6.3 TagManager: is tagManger.find only looking for cq:tags property? | Community
Skip to main content
Level 5
July 31, 2017
Solved

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

  • July 31, 2017
  • 2 replies
  • 1842 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by MC_Stuff

Hi,

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

Thanks,

2 replies

MC_Stuff
MC_StuffAccepted solution
Level 10
August 1, 2017

Hi,

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

Thanks,

viveksachdeva
Community Advisor
Community Advisor
August 1, 2017

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.