fix: adjust event report filters to use 'all' status and event_id field resolution

This commit is contained in:
Scott Idem
2026-01-29 16:21:25 -05:00
parent 99345c93a9
commit 9551825b3f
5 changed files with 19 additions and 10 deletions

View File

@@ -385,7 +385,7 @@ export async function search__event_session({
const search_query: any = {
q: '',
and: [{ field: 'event_id_random', op: 'eq', value: event_id }]
and: [{ field: 'event_id', op: 'eq', value: event_id }]
};
const params: key_val = {};