File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ prototype(Vendor.Name:FilteredProductList) {
288288```
289289
290290In the first lines we will add a new searchFilter variable and add your selected sku's as a filter. Based on this selection
291- we will add two aggregations of type terms. You can access the filter in your template with ` {filter.aggregation } ` . With
291+ we will add two aggregations of type terms. You can access the filter in your template with ` {filter.aggregations } ` . With
292292this information it is easy to create a form with some select fields with all available options. If you submit the form
293293just call the same page and add the get parameter color and/or size.
294294The 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