Fix: Finalize Event Session Search with default_qry_str support

- Explicitly added `default_qry_str` to the V3 search body for "like" searches.
- Updated `TODO.md` to reflect completion of the task.
This commit is contained in:
Scott Idem
2026-01-21 17:07:06 -05:00
parent 8fae3aa89a
commit af35124a8b
2 changed files with 6 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ This is a list of tasks to be completed before the next event/show/conference.
## Current Priorities (Jan 21, 2026)
1. **Hardening V3 Search (URGENT):**
- [ ] **Event Session Search:** Finalize and verify. Fix `event_location_name` mapping (move back to URL params).
- [x] **Event Session Search:** Finalized and verified. Added `default_qry_str` to V3 body. (Completed 2026-01-21)
- [ ] **Event Presenter Search:** Restore specialized business logic.
- [ ] **Event Badge Search:** Restore specialized business logic.
- [ ] **Exhibit Search:** Restore missing search function and logic.