-
Notifications
You must be signed in to change notification settings - Fork 252
Add more terms to shop presets #1906
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
fc8e2a5
2db6a89
ada36d2
19805aa
59754a8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,6 +8,7 @@ | |
| "shop": "bakery" | ||
| }, | ||
| "terms": [ | ||
| "bakeshop", | ||
| "bread", | ||
| "cakes", | ||
| "rolls" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,7 +14,8 @@ | |
| "shop": "chocolate" | ||
| }, | ||
| "terms": [ | ||
| "cocoa" | ||
| "cocoa", | ||
| "confectionery" | ||
| ], | ||
| "name": "Chocolate Store" | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,5 +13,10 @@ | |
| "tags": { | ||
| "shop": "coffee" | ||
| }, | ||
| "terms": [ | ||
| "cafe", | ||
| "espresso", | ||
| "latte" | ||
| ], | ||
| "name": "Coffee Store" | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,6 +5,8 @@ | |
| "area" | ||
| ], | ||
| "terms": [ | ||
| "charcuterie", | ||
| "cold cuts", | ||
| "deli" | ||
| ], | ||
| "tags": { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,9 +10,13 @@ | |
| "blueray", | ||
| "camera", | ||
| "computer", | ||
| "consumer electronics", | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Wait, it was not being found?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No, when searching for "consumer electronics", the electronics shop preset does not show up. |
||
| "dvd", | ||
| "gadgets", | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also to shop=gift?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not sure, but in my experience (and Wikipedia agrees) a gadget is an electronic or mechanical device. Seems not fitting for |
||
| "home theater", | ||
| "phone", | ||
| "radio", | ||
| "smartphone", | ||
| "speaker", | ||
| "tv", | ||
| "video" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,6 +6,8 @@ | |
| ], | ||
| "terms": [ | ||
| "chair", | ||
| "couch", | ||
| "interior", | ||
| "sofa", | ||
| "table" | ||
| ], | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,6 +8,7 @@ | |
| "audio", | ||
| "hi-fi", | ||
| "high fidelity", | ||
| "speakers", | ||
| "stereo", | ||
| "video" | ||
| ], | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,7 +5,9 @@ | |
| "area" | ||
| ], | ||
| "terms": [ | ||
| "cookware", | ||
| "home", | ||
| "home goods", | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Searching for "home goods" currently does not match this preset, even though both words are contained in terms + alias. So adding makes sense I guess. |
||
| "kitchenware" | ||
| ], | ||
| "fields": [ | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,6 +12,7 @@ | |
| "compact discs", | ||
| "hobby", | ||
| "tape cassettes", | ||
| "record store", | ||
| "vinyl records" | ||
| ], | ||
| "fields": [ | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,7 +16,7 @@ | |
| "terms": [ | ||
| "cologne", | ||
| "fragrance", | ||
| "purfume" | ||
| "perfume" | ||
| ], | ||
| "name": "Perfume Store" | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,6 +16,7 @@ | |
| "terms": [ | ||
| "broken", | ||
| "fixit shop", | ||
| "maintenance", | ||
| "mend", | ||
| "patch", | ||
| "refurbish", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,6 +19,7 @@ | |
| }, | ||
| "terms": [ | ||
| "athletics", | ||
| "fitness", | ||
| "hobby" | ||
| ], | ||
| "name": "Sporting Goods Store" | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is also
shop=confectioneryandcraft=confectionery, but I think showing all those presets as search results for that term makes sense.