cancel
Showing results for 
Search instead for 
Did you mean: 

Backoffice Product item type search is not working

varsha18
Explorer
0 Kudos

We have added custom attributes in Product item type without deployment tag. Now, I am unable to search for the products in Backoffice.

But strange things is that Products are getting listed properly in Advanced-search .

We have added some fields in advanced-search context in backoffice-cockpit-config.xml, they are also visible.

     <context merge-by="type" parent="GenericItem" type="Product" component="advanced-search">
        <advanced-search:advanced-search xmlns:advanced-search="http://www.hybris.com/cockpitng/config/advancedsearch">
            <advanced-search:field-list>
                <advanced-search:field xmlns="http://www.hybris.com/cockpitng/config/advancedsearch" name="test" selected="true" operator="contains"/>
                  </advanced-search:field-list>
        </advanced-search:advanced-search>
    </context><br>

Could someone guide me how can I resolve this and make product available in search ?

Accepted Solutions (0)

Answers (1)

Answers (1)

mainak_saha
Explorer
0 Kudos

Dear Varsha,

Which version of SAP Commerce you are using.

Did you execute Backoffice Solr Index after the deployment. In the latest version of SAP Commerce Product Simple search results are rendered from Solr index.

  • In Backoffice Browse to Search and Navigation --> Facet Search Configuration
  • Open Solr Config for Backoffice
  • Execute Index

backoffice-index.png


varsha18
Explorer
0 Kudos

SAP Commerce version : 2011.20

Yes, I executed Solr Config For Backoffice but still Product Simple Search is not working in any environment from my local till Production.