我有几个产品在Backoffice注册,如果我直接从HAC执行灵活的搜索查询,我可以看到其中的任何一个,但是,如果我使用执行相同查询的ProductService#getProductForCode,它找不到任何产品。这怎么可能?
您可以在调用productService#getProductForCode
之前尝试禁用搜索限制
import de.hybris.platform.search.restriction.SearchRestrictionService;
......
searchRestrictionService.disableSearchRestrictions();