cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Done button not appearing when trying to create a new SolrFacetSearchKeywordRedirect

0 Likes
1,419

We are trying to create a new SolrFacetSearchKeywordRedirect for a index config in backoffice. While filling all the details it does not show Done button. Any help here is appreciated.

Accepted Solutions (0)

Answers (4)

Answers (4)

d_j_boyd
Participant

Exist in 2005 as well

alex_alvarez1
Product and Topic Expert
Product and Topic Expert

This is a known issue, the current WKA follows:

Workaround:

1.Not changing any configuration or code. There is another attribute also called "Keyword redirects" but listed in Administration tab.

The creation from this fields works well. After the creation, if the language is same as the backoffice language, it will list on KEYWORK REDIRECTS tab ->Keyword redirects field. If not, it can be found by clicking the earth icon of the Keyword redirects field.

2. List the facetSearchConfig field in the creation wizard, but after that you'll have to manually select the correct facetSearchConfig value for the keyword redirect.

To do this, you'll have to do customization for the configuration in your customized *-backoffice-configure.xml file.

<context type="SolrFacetSearchKeywordRedirect" component="create-wizard">
<wz:flow xmlns:wz="http://www.hybris.com/cockpitng/config/wizard-config" id="SolrFacetSearchKeywordRedirectWizard"
title="create.title(ctx.TYPE_CODE)">
<wz:prepare id="solrFacetSearchKeywordRedirectPrepare">
<wz:initialize property="newItem" type="ctx.TYPE_CODE" />
<wz:assign property="newItem.facetSearchConfig" value="ctx.parentObject" />
</wz:prepare>
<wz:step id="step1" label="create.solrFacetSearchKeywordRedirect.essential.label" sublabel="create.solrFacetSearchKeywordRedirect.essential.sublabel">
<wz:content id="step1.content">
<wz:property-list root="newItem">
<wz:property qualifier="matchType" />
<wz:property qualifier="keyword" />

<wz:property qualifier="facetSearchConfig" />
<wz:property qualifier="ignoreCase" />
<wz:property qualifier="redirect">

eatamanenco
Explorer
0 Likes

The first workaround seems to be not so user friendly. When business user clicks "Save" button, an error message is shown in BO "projectIndex. Unexpected error during object update", thought the keyword redirect exists in the final list.
We have chosen the second workaround with temporary changes in code and it works fine.

Thank you, Alexandre.

rinshad4u
Newcomer
0 Likes

As of this comment, this issue still exists in 1905.18

eatamanenco
Explorer
0 Likes

After the upgrade from Hybris 6.6 to Hybris 1905.08 we see the same error and are not able to create new keyword redirect.

geffchang
Active Contributor
0 Likes

As of this comment, this issue still exists in 1905.15.