I am working on the Assembler Category Listing Pages and gave the following query:
It is returning all the Root Level categories, however I also need to return the Sub Level Categories. How to achieve it using Assembler?
I am working on the Assembler Category Listing Pages and gave the following query:
It is returning all the Root Level categories, however I also need to return the Sub Level Categories. How to achieve it using Assembler?
Try giving Ne=<id#1>+<id#2>+<id#3>
Refer to Dimensions and dimension values section of Endeca Concepts Guide for more information.
There is no way to get a second level of categories (dim values) out of the box. You will need to build a custom handler for this purpose.