File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ prototype(Vendor.Name:FilteredProductList) {
292292```
293293
294294In the first lines we will add a new searchFilter variable and add your selected sku's as a filter. Based on this selection
295- we will add two aggregations of type terms. You can access the filter in your template with ` {filter.aggregation } ` . With
295+ we will add two aggregations of type terms. You can access the filter in your template with ` {filter.aggregations } ` . With
296296this information it is easy to create a form with some select fields with all available options. If you submit the form
297297just call the same page and add the get parameter color and/or size.
298298The next lines will parse those parameters and add them to the searchFilter. Based on your selection all products will
You can’t perform that action at this time.
0 commit comments