title | issue |
---|---|
Change the design of searching results |
NEXT-16308 |
- Changed method
loadTypeSearchResults
insrc/app/component/structure/sw-search-bar/index.js
to set limit criteria. - Changed block
sw_search_bar_results_list
insrc/app/component/structure/sw-search-bar/sw-search-bar.html.twig
. - Added props
entityIconColor
andentityIconName
insrc/app/component/structure/sw-search-bar-item/index.js
. - Changed block
sw_search_bar_item
insrc/app/component/structure/sw-search-bar-item/sw-search-bar-item.html.twig
to update label. - Added computed
searchContent
insrc/app/component/structure/sw-search-more-results/index.js
to show results content. - Changed block
sw_search_more_results_content
insrc/app/component/structure/sw-search-more-results/sw-search-more-results.html.twig
to update slot content. - Deprecated block
sw_search_bar_results_list_column_header_more_results
insrc/app/component/structure/sw-search-bar/sw-search-bar.html.twig
. The deprecation will be removed in v6.5.0.0.