feat(search): search_objects returns highlighted hits + estimated total

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-04 10:46:54 +02:00
parent 38e4525404
commit 84c4c2807b
3 changed files with 169 additions and 1 deletions
+1
View File
@@ -11,6 +11,7 @@ thiserror.workspace = true
domain = { path = "../domain" }
db = { path = "../db" }
sqlx.workspace = true
serde_json.workspace = true
[dev-dependencies]
tokio.workspace = true