如何过滤 Commercetools ProductProjectionsSearch API 中的本地化字段?

How to filter for localized fields in the Commercetools ProductProjectionsSearch API?

我尝试过滤品牌,但从未得到任何结果。品牌是我产品的本地化文本属性。我使用了以下变体:

variants.attributes.brand:"LEGO" variants.attributes.brand.de:"LEGO" masterVariant.attributes.brand:"LEGO" masterVariant.attributes.brand.de:"LEGO"

顺便说一句,我正在使用 node.js-SDK。

本地化文本类型属性的过滤器模式是

variants.attributes.{name}.{lang}:"{value}"

要分析为什么这对您不起作用,请在 https://support.commercetools.com

上创建支持票

谢谢 斯特凡