cancel
Showing results for 
Search instead for 
Did you mean: 

How to remove an existing attribute in the list of advance search option in backoffice for hybris 6.0?

0 Kudos

In backoffice, I wanted to remove some attributes not needed when you click advance search option. Is this possible? How to do this if possible?

Accepted Solutions (1)

Accepted Solutions (1)

former_member679962
Active Participant
0 Kudos

Hi,

Advanced Search widget is configurable in the exact same manner as all of backoffice widgets are - through cockpit-config.xml file. You can check its configuration options in the documentation. Now you have to decide if you want to remove the attribute altogether or just hide it, but still allow the user to manually re-add it. For the former option use merge-mode=replace for given advanced-search:field and set selected="false", for the latter - set merge-mode=remove.

Also remember to set proper merging on context level - most probably merge-by="module".

Cheers,
Marcin

Answers (1)

Answers (1)

Former Member

Yes it is possible . Please give to us detail. Thank you.

Former Member
0 Kudos

In advanced search of Product, suppose Article Number field we want to disable/ hide. How to achieve this?