Skip to content

Commit 5fec562

Browse files
authored
Improve terms of "adult entertainment" presets (#2027)
1 parent 76bf715 commit 5fec562

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

data/presets/amenity/stripclub.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,15 @@
2222
"amenity": "stripclub"
2323
},
2424
"terms": [
25-
"adult*",
25+
"18+",
26+
"adult",
2627
"cabaret",
27-
"gentlemen*",
28+
"gentlemen",
2829
"lap dance",
29-
"strip*"
30+
"porn",
31+
"sex",
32+
"strip",
33+
"striptease"
3034
],
3135
"name": "Strip club"
3236
}

data/presets/amenity/swingerclub.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@
1717
"amenity": "swingerclub"
1818
},
1919
"terms": [
20-
"adult*",
20+
"18+",
21+
"adult",
2122
"lifestyle club",
22-
"porn*",
23+
"porn",
2324
"sex",
24-
"strip*",
25-
"swinger*"
25+
"strip",
26+
"swinger"
2627
],
2728
"name": "Swinger Club",
2829
"aliases": [

data/presets/shop/erotic.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"area"
1313
],
1414
"terms": [
15+
"18+",
1516
"porn",
1617
"sex"
1718
],

data/presets/shop/erotic/lgbtq.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"area"
66
],
77
"terms": [
8+
"18+",
89
"porn",
910
"sex"
1011
],

0 commit comments

Comments
 (0)