Skip to content

Commit

Permalink
Updated product filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
lymarrie committed Oct 4, 2021
1 parent a047f80 commit 6e82d14
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 97 deletions.
127 changes: 34 additions & 93 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"webpack-dev-server": "^4.2.1"
},
"dependencies": {
"file-loader": "^6.2.0"
"file-loader": "^6.2.0",
"lodash": "^4.17.21"
}
}
6 changes: 3 additions & 3 deletions templates/product.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
{
"stream": {
"$id": "products",
"$id": "nike-products",
"source": "knowledgeGraph",
"destination": "pages",
"fields": [
Expand All @@ -16,8 +16,8 @@
"photoGallery"
],
"filter": {
"entityTypes": [
"product"
"savedFilterIds": [
"672564228"
]
}
},
Expand Down

0 comments on commit 6e82d14

Please sign in to comment.