Skip to content

Commit 070fded

Browse files
authored
Merge pull request #201 from kuborgh-mspindelhirn/patch-1
BUGFIX: Typo in Readme
2 parents 6f5d09b + 50b333f commit 070fded

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ prototype(Vendor.Name:FilteredProductList) {
292292
```
293293

294294
In 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
296296
this information it is easy to create a form with some select fields with all available options. If you submit the form
297297
just call the same page and add the get parameter color and/or size.
298298
The next lines will parse those parameters and add them to the searchFilter. Based on your selection all products will

0 commit comments

Comments
 (0)