Hybris OOTB ProductService 找不到现有产品

Hybris OOTB ProductService can't find an existing product

我在 Backoffice 中注册了多个产品,如果我直接从 HAC 执行灵活的搜索查询,我可以看到其中任何一个,但是,如果我使用 ProductService#getProductForCode 执行与我相同的查询,则它不会找到任何产品。这怎么可能?

您可以在调用 productService#getProductForCode

之前尝试禁用搜索限制
import de.hybris.platform.search.restriction.SearchRestrictionService;
......
searchRestrictionService.disableSearchRestrictions();