readd top_score to search query for old events

This commit is contained in:
Josh Hawkins 2024-10-22 08:29:55 -05:00
parent 92efc4a3dc
commit 71c5db4888

View File

@ -394,6 +394,7 @@ def events_search(request: Request, params: EventsSearchQueryParams = Depends())
Event.end_time, Event.end_time,
Event.has_clip, Event.has_clip,
Event.has_snapshot, Event.has_snapshot,
Event.top_score,
Event.data, Event.data,
Event.plus_id, Event.plus_id,
ReviewSegment.thumb_path, ReviewSegment.thumb_path,