title | issue | author | author_email | author_github |
---|---|---|---|---|
Serverside searching for properties |
NEXT-20441 |
Niklas Limberg |
n.limberg@shopware.com |
NiklasLimberg |
- Changed the
propertyCriteria
computed insw-cms/elements/product-listing/config/index.js
include the search term in the criteria - Deprecated the
displayedProperties
computed insw-cms/elements/product-listing/config/index.js
instead use properties directly - Changed
sw-cms-el-config-product-listing.html.twig
to directly useproperties
instead of thedisplayedProperties
- Changed
sw-cms-el-config-product-listing.html.twig
to use the defaultsw-empty-state
- Removed
.sw-cms-element-product-listing-config-filter__empty-state
and.sw-cms-element-product-listing-config-filter__empty-state--label
insw-cms-el-config-product-listing.scss
in favour of the defaultsw-empty-state
- Deprecated the
sw-cms-el-config-product-listing-config-filter-properties-grid
component in favour of integrating it directly into thesw-cms-el-config-product-listing
component.