Skip to content

Commit 06d9433

Browse files
committed
Update keyword search placeholder names
1 parent 5061448 commit 06d9433

1 file changed

Lines changed: 24 additions & 19 deletions

File tree

web/components/filters/search.tsx

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -32,54 +32,59 @@ export const WORDS: string[] = [
3232
"Sustainability",
3333
"Veganism",
3434
"Meditation",
35-
"Climate action",
36-
"Animal welfare",
35+
"Climate",
36+
"Animal",
3737
"Community living",
3838
"Open source",
3939
"Spirituality",
40-
"Mutual aid",
4140

4241
// Intellectual interests
4342
"Philosophy",
4443
"AI safety",
45-
"Effective altruism",
46-
"Systems thinking",
4744
"Psychology",
48-
"Thinking, Fast and Slow",
49-
"History of ideas",
5045

5146
// Arts & culture
5247
"Indie film",
5348
"Jazz",
5449
"Contemporary art",
5550
"Folk music",
5651
"Poetry",
57-
"Sci-fi novels",
52+
"Sci-fi",
5853
"Board games",
5954

6055
// Relationship intentions
61-
"Platonic friendship",
62-
"Romantic partner",
63-
"Collaborator",
6456
"Study buddy",
6557
"Co-founder",
6658

6759
// Lifestyle
6860
"Digital nomad",
69-
"Slow travel",
70-
"Forest co-ops",
7161
"Permaculture",
72-
"Yoga retreats",
73-
"Mindful parenting",
74-
"Non-smoker",
62+
"Yoga",
7563

7664
// Random human quirks (to make it feel alive)
7765
"Chess",
7866
"Rock climbing",
79-
"Cold plunges",
80-
"Tea ceremonies",
8167
"Stargazing",
82-
"Urban gardening",
68+
69+
// Other
70+
"Feminism",
71+
"Coding",
72+
"ENFP",
73+
"INTP",
74+
"Therapy",
75+
"Science",
76+
"Camus",
77+
"Running",
78+
"Writing",
79+
"Reading",
80+
"Anime",
81+
"Drawing",
82+
"Photography",
83+
"Linux",
84+
"History",
85+
"Graphics design",
86+
"Math",
87+
"Ethereum",
8388
]
8489

8590
function getRandomPair(count = 3): string {

0 commit comments

Comments
 (0)