Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions data/presets/shop/bakery.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"shop": "bakery"
},
"terms": [
"bakeshop",
"bread",
"cakes",
"rolls"
Expand Down
3 changes: 2 additions & 1 deletion data/presets/shop/chocolate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"shop": "chocolate"
},
"terms": [
"cocoa"
"cocoa",
"confectionery"
Copy link
Copy Markdown
Contributor Author

@FloEdelmann FloEdelmann Jan 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is also shop=confectionery and craft=confectionery, but I think showing all those presets as search results for that term makes sense.

],
"name": "Chocolate Store"
}
4 changes: 3 additions & 1 deletion data/presets/shop/clothes/second_hand.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@
"consignment",
"dresses",
"pants",
"preowned",
"second hand",
"shirts",
"shorts",
"skirts",
"slacks",
"suits",
"used"
"used",
"vintage"
],
"name": "Secondhand Clothing Store"
}
5 changes: 5 additions & 0 deletions data/presets/shop/coffee.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@
"tags": {
"shop": "coffee"
},
"terms": [
"cafe",
"espresso",
"latte"
],
"name": "Coffee Store"
}
2 changes: 2 additions & 0 deletions data/presets/shop/deli.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"area"
],
"terms": [
"charcuterie",
"cold cuts",
"deli"
],
"tags": {
Expand Down
4 changes: 4 additions & 0 deletions data/presets/shop/electronics.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@
"blueray",
"camera",
"computer",
"consumer electronics",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait, it was not being found?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The 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",
Copy link
Copy Markdown
Collaborator

@matkoniecz matkoniecz Jan 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also to shop=gift?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The 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 shop=gift.

"home theater",
"phone",
"radio",
"smartphone",
"speaker",
"tv",
"video"
Expand Down
4 changes: 2 additions & 2 deletions data/presets/shop/fashion_accessories.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"cologne",
"fragrance",
"hat",
"jewellery",
"purfume",
"jewelry",
"perfume",
"purse",
"scarf",
"sunglasses",
Expand Down
2 changes: 2 additions & 0 deletions data/presets/shop/furniture.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
],
"terms": [
"chair",
"couch",
"interior",
"sofa",
"table"
],
Expand Down
1 change: 1 addition & 0 deletions data/presets/shop/hifi.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"audio",
"hi-fi",
"high fidelity",
"speakers",
"stereo",
"video"
],
Expand Down
2 changes: 2 additions & 0 deletions data/presets/shop/houseware.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"area"
],
"terms": [
"cookware",
"home",
"home goods",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The 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": [
Expand Down
1 change: 1 addition & 0 deletions data/presets/shop/music.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"compact discs",
"hobby",
"tape cassettes",
"record store",
"vinyl records"
],
"fields": [
Expand Down
2 changes: 1 addition & 1 deletion data/presets/shop/perfumery.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"terms": [
"cologne",
"fragrance",
"purfume"
"perfume"
],
"name": "Perfume Store"
}
1 change: 1 addition & 0 deletions data/presets/shop/repair.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"terms": [
"broken",
"fixit shop",
"maintenance",
"mend",
"patch",
"refurbish",
Expand Down
4 changes: 3 additions & 1 deletion data/presets/shop/second_hand.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@
"area"
],
"terms": [
"preowned",
Comment thread
FloEdelmann marked this conversation as resolved.
"resale",
"second-hand",
"used"
"used",
Comment thread
FloEdelmann marked this conversation as resolved.
"vintage"
],
"tags": {
"shop": "second_hand"
Expand Down
1 change: 1 addition & 0 deletions data/presets/shop/sports.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
},
"terms": [
"athletics",
"fitness",
"hobby"
],
"name": "Sporting Goods Store"
Expand Down
5 changes: 4 additions & 1 deletion data/presets/shop/travel_agency.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@
"terms": [
"cruises",
"flights",
"holiday",
"hotels",
"tickets",
"travel packages"
"tour operator",
"travel packages",
"vacation"
],
"name": "Travel Agency"
}