diff --git a/backend/api/package.json b/backend/api/package.json index c59c574..3443491 100644 --- a/backend/api/package.json +++ b/backend/api/package.json @@ -1,7 +1,7 @@ { "name": "@compass/api", "description": "Backend API endpoints", - "version": "1.0.14", + "version": "1.0.15", "private": true, "scripts": { "watch:serve": "tsx watch src/serve.ts", diff --git a/common/src/searches.ts b/common/src/searches.ts index 8ca3d5d..4b5a5ab 100644 --- a/common/src/searches.ts +++ b/common/src/searches.ts @@ -13,6 +13,7 @@ const filterLabels: Record = { pref_age_min: "Min age", drinks_max: "Max drinks", drinks_min: "Min drinks", + relationship_status: "", has_kids: "", wants_kids_strength: "Kids", is_smoker: "",