Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit 9eb5da6

Browse files
authored
Merge pull request #174 from grimasod/bugfix/slug-keyword-elastic-mapping
Bugfix/slug keyword elastic mapping
2 parents 358cc0c + 2f4f29b commit 9eb5da6

File tree

4 files changed

+6957
-6951
lines changed

4 files changed

+6957
-6951
lines changed

config/elastic.schema.product.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"properties": {
33
"sku": {"type": "keyword"},
44
"url_key": {"type": "keyword"},
5+
"slug": {"type": "keyword"},
56
"size": {"type": "integer"},
67
"size_options": {"type": "integer"},
78
"price": {"type": "float"},

0 commit comments

Comments
 (0)