"isSearchable" 字段限制约束是按本地化值还是按属性定义?

"isSearchable" field limit constraint is per localized value or per attribute definition?

当前文档状态:"The max size of a searchable field is restricted to 10922 characters. This constraint is enforced at both product creation and product update. If the length of the input exceeds the maximum size an InvalidField error is returned"

如果我已经本地化了类型为 "ltext" 的 field/attribute,是否会对每个本地化值或属性的所有本地化值的总长度应用约束?

本地化文本被建模为一个对象,每个语言标签都有一个字段。这意味着约束将单独应用于每个本地化值。