on 2024 Oct 04 8:09 PM
In BackOffice advanced search, when I type a value, it doesn't show any result. It's showing blank. How can I fix it?
This is from the dropdown:
When I typed SAMPLE_NUMBER_1, it doesn't show the SAMPLE_NUMBER_1 object to select.
Attribute B is TypeB.
I have this
<context type="TypeA" component="advanced-search" merge-by="type">
<as:advanced-search xmlns:as="http://www.hybris.com/cockpitng/config/advancedsearch" connection-operator="AND">
<as:field-list>
...
<as:field name="attributeB" operator="equals" selected="true"/>
</as:field-list>
</as:advanced-search>
</context>
Request clarification before answering.
Hi chun18,
Can you please share the items. xml structure for this item type. Is this attribute a collection or a relation?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, sure.
<itemtype code="ItemTypeA">
<attributes>
<attribute qualifier="myAttributeB" type="ItemTypeB">
<persistence type="property" />
</attribute>
</attributes>
</itemtype>
<context type="ItemTypeA" component="advanced-search" merge-by="type" >
<as:advanced-search xmlns:as="http://www.hybris.com/cockpitng/config/advancedsearch" connection-operator="AND" disable-auto-search="true">
<as:field-list>
...
<as:field name="myAttributeB" operator="equals" selected="true"/>
</as:field-list>
</as:advanced-search></context>
User | Count |
---|---|
94 | |
39 | |
7 | |
5 | |
5 | |
5 | |
3 | |
3 | |
3 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.