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:
Vendored
+1
@@ -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"];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user