Skip to content

Commit

Permalink
Merge pull request #201 from kuborgh-mspindelhirn/patch-1
Browse files Browse the repository at this point in the history
BUGFIX: Typo in Readme
  • Loading branch information
kdambekalns authored May 24, 2017
2 parents 6f5d09b + 50b333f commit 070fded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ prototype(Vendor.Name:FilteredProductList) {
```

In the first lines we will add a new searchFilter variable and add your selected sku's as a filter. Based on this selection
we will add two aggregations of type terms. You can access the filter in your template with `{filter.aggregation}`. With
we will add two aggregations of type terms. You can access the filter in your template with `{filter.aggregations}`. With
this information it is easy to create a form with some select fields with all available options. If you submit the form
just call the same page and add the get parameter color and/or size.
The next lines will parse those parameters and add them to the searchFilter. Based on your selection all products will
Expand Down

0 comments on commit 070fded

Please sign in to comment.