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

Commit 2f4f29b

Browse files
author
David Grimason
committed
slug must be a keyword, so categories can be searched by the slug
1 parent 41a3798 commit 2f4f29b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
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)