Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 1.03 KB

2021-07-28-change-design-of-searching-results.md

File metadata and controls

12 lines (12 loc) · 1.03 KB
title issue
Change the design of searching results
NEXT-16308

Administration

  • Changed method loadTypeSearchResults in src/app/component/structure/sw-search-bar/index.js to set limit criteria.
  • Changed block sw_search_bar_results_list in src/app/component/structure/sw-search-bar/sw-search-bar.html.twig.
  • Added props entityIconColor and entityIconName in src/app/component/structure/sw-search-bar-item/index.js.
  • Changed block sw_search_bar_item in src/app/component/structure/sw-search-bar-item/sw-search-bar-item.html.twig to update label.
  • Added computed searchContent in src/app/component/structure/sw-search-more-results/index.js to show results content.
  • Changed block sw_search_more_results_content in src/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 in src/app/component/structure/sw-search-bar/sw-search-bar.html.twig. The deprecation will be removed in v6.5.0.0.