feat(presentation): wire SearchPort, /search returns thoughts + users

This commit is contained in:
2026-05-14 09:38:02 +02:00
parent 4eeaea2a14
commit b599047d98
4 changed files with 34 additions and 4 deletions

View File

@@ -12,6 +12,7 @@ domain = { workspace = true }
application = { workspace = true }
api-types = { workspace = true }
postgres = { workspace = true }
postgres-search = { workspace = true }
auth = { workspace = true }
axum = { workspace = true }
sqlx = { workspace = true }