Product information not coming in Adaptive Search Hybris 1808

孤街浪徒 提交于 2021-01-28 06:19:54

问题


I have enabled Adaptive search for my project on Hybris 1808_7. I am getting solr facets and search profile information but still, product information is not getting rendered in the editor area. Can anyone let me know what I am missing? Please find attached screen.


回答1:


Backoffice is build with widgets. I suggest you to read the documentation that I've provided and read about ZK Framework too because that is how widget UI is created (it's almost like a HTML but it's a little bit different. Here you can find more about this framework). And to answer to your question, your problem comes from a widget because the product information is rendered dynamically like in this file: searchResultBrowser.zul, and to be more specific, for example here:

<html sclass="yas-result-title" conntent="@load(vm.sanitizeHtml(result.document.fields['name']))">

You will have to look after result item and see how it's retrieved and then see if your product is retrieved the same.



来源:https://stackoverflow.com/questions/59872459/product-information-not-coming-in-adaptive-search-hybris-1808

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!