您不能simple-search
用于本地化字段。您必须配置您的语言,查看com.hybris.cockpitng.editor.localized.LocalizedSimpleEditor
和使用高级搜索小部件。
本地化简单编辑器
描述
在高级搜索小部件中应用的本地化编辑器的下拉列表版本。
类型
对必须以以下格式 LocalizedSimple( ) 提供的任何类型的引用,例如:
LocalizedSimple(java.lang.String) LocalizedSimple(java.lang.Integer) LocalizedSimple(参考(产品))
例子 :
<as:field editor="com.hybris.cockpitng.editor.localized(com.hybris.cockpitng.editor.defaulttext)" .../>
高级搜索小部件示例
<context type="Product" component="advanced-search">
<as:advanced-search xmlns:as="http://www.hybris.com/cockpitng/config/advancedsearch" connection-operator="AND">
<as:field-list disable-attributes-comparator="false" disable-subtypes-checkbox="false">
<as:field name="code" operator="equals" selected="true"/>
<as:field name="approvalStatus" operator="equals" selected="false"/>
<as:field editor="com.hybris.cockpitng.editor.defaultlong" name="pk" operator="less" selected="true" sortable="false"/>
<as:field name="modifiedtime" operator="greaterOrEquals" selected="true"/>
</as:field-list>
<as:sort-field name="code" asc="false" />
</as:advanced-search>