feat(search): index + return recording_date on search hits (#61)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-08 13:41:17 +02:00
parent d37ac821f0
commit 1cdfa21259
4 changed files with 10 additions and 0 deletions
+1
View File
@@ -603,6 +603,7 @@ export interface components {
id: string;
object_name: string;
object_number: string;
recording_date?: string | null;
snippet?: string | null;
visibility: components["schemas"]["Visibility"];
};