on ‎2020 Jan 23 7:45 AM
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.
Request clarification before answering.
Exist in 2005 as well
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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">
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
As of this comment, this issue still exists in 1905.18
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.