标签: atg endeca endeca-workbench
我正在处理Assembler类别列表页面并提供以下查询:
http://localhost:7003/rest/model/syed/search/impl/SearchRestService/catalogDisplay?includePath=/services/guidedsearch&N=0&Ne=1515682953
它返回所有根级别类别,但是我还需要返回子级别类别。如何使用Assembler实现它?
答案 0 :(得分:0)
尝试提供Ne=<id#1>+<id#2>+<id#3>
Ne=<id#1>+<id#2>+<id#3>
有关详细信息,请参阅Endeca Concepts Guide的尺寸和尺寸值部分。
答案 1 :(得分:0)
无法获得开箱即用的第二级别类别(暗淡值)。您需要为此目的构建自定义处理程序。