From 9de1d4b23ed14586c2fa91f68e3a1c89ea01d80d Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Thu, 22 Jan 2026 18:12:47 -0500 Subject: [PATCH] Docs: Mark IDAA Result Limit task as completed in TODO.md --- TODO.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 70650af6..49232f36 100644 --- a/TODO.md +++ b/TODO.md @@ -13,7 +13,9 @@ This is a list of tasks to be completed before the next event/show/conference. - [x] **Event Presenter Search:** Restore specialized business logic. (Completed 2026-01-21) - [x] **Event Badge Search:** Restore specialized business logic. (Completed 2026-01-21) - [ ] **Exhibit Search:** Restore missing search function and logic. - - [ ] **IDAA Result Limit:** Fix the over-fetching issue where the `limit` parameter is ignored after client-side filtering. + - [x] **IDAA Result Limit:** Resolved over-fetching issue; results are now strictly limited at the API, Cache, and UI layers. (Completed 2026-01-22) + + 3. **Journal Module (Config Sprint):** ---