OOB List Component Issue
List Component:
I am using out of the box List component and facing the issue when Tags are selected to build the list (Build List Using : Tags).
Issue: Some of the content pages are not displayed, even though the selected tags are matching with the page tag.
Observed that the pages which are not getting displayed are having the primaryType as nt:unstructured (jcr:content/cq:primartType = nt:unstuctured).
Creating the pages newly primary type for the page is (jcr:content/cq:primartType = cq:PageContent) which is not having any issue.
Can anyone let us know in which situation property becomes (jcr:content/cq:primartType = nt:unstuctured) instead of (jcr:content/cq:primartType = cq:PageContent).?
Added log info statements in List.java the method tagManager.find() is not returning the result.
RangeIterator<Resource> results = tagManager.find(startPage.getPath(), tags, matchAny);
I am using CQ5.6 version.