added shoes field and additional terms in shoe store preset (#669)

This commit is contained in:
Jeremy Abapo
2022-12-05 18:44:30 +01:00
committed by GitHub
parent b803d58669
commit e29dd5dbee
3 changed files with 18 additions and 2 deletions
+9 -1
View File
@@ -4,6 +4,11 @@
"point",
"area"
],
"fields": [
"name",
"shoes",
"{shop}"
],
"tags": {
"shop": "shoes"
},
@@ -14,7 +19,10 @@
"heels",
"loafers",
"oxfords",
"sneakers"
"sneakers",
"footwear",
"sandals",
"slippers"
],
"name": "Shoe Store"
}