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

Commit 20e0370

Browse files
committed
New database dump with "url_path" set
1 parent a735184 commit 20e0370

File tree

5 files changed

+6976
-6962
lines changed

5 files changed

+6976
-6962
lines changed

config/elastic.schema.category.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"properties": {
33
"url_key": {"type": "keyword"},
4+
"url_path": {"type": "keyword"},
5+
"slug": {"type": "keyword"},
46
"is_active": {"type": "boolean"},
57
"product_count": {"type": "integer"},
68
"parent_id": {"type": "integer"},

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+
"url_path": {"type": "keyword"},
56
"slug": {"type": "keyword"},
67
"size": {"type": "integer"},
78
"size_options": {"type": "integer"},

0 commit comments

Comments
 (0)