Details
-
Bug
-
Status: Closed
-
Top
-
Resolution: Fixed
-
None
-
None
-
None
-
version 4.02.03 (for cms 2.16.x)
Description
The AllTagsProvider doesn't return all the tags because this peace of code:
iterator = facetRoot.getNodes("hippostd:tags/*");
In my local project I have replaced this with:
iterator = facetRoot.getNode("hippostd:tags").getNodes();
This works!
I've included the patch in this issue. Could somebody verify the fix?