Accusys
47a480a5e2
fix: identity search - fix i.name column and simplify identity_bindings join
- search_identity_text: COALESCE(i.real_name, i.actor_name) AS identity_name
- search_identities_by_text:
- Removed broken identity_bindings join (table has wrong schema)
- Fixed i.id type mismatch (bigint -> i32 via ::int cast)
- Simplified to direct face_detections join
- Added error logging for debugging
- Phase 4 now 11/11 passed
2026-05-19 16:21:15 +08:00
..
2026-05-19 16:21:15 +08:00
2026-05-19 13:22:38 +08:00
2026-04-30 15:07:02 +08:00
2026-05-19 16:05:46 +08:00
2026-05-19 13:22:38 +08:00
2026-04-30 15:07:02 +08:00
2026-03-25 14:53:41 +08:00
2026-05-17 19:46:35 +08:00
2026-05-19 00:37:00 +08:00
2026-05-19 13:22:38 +08:00
2026-05-09 13:30:00 +08:00
2026-05-16 03:10:50 +08:00
2026-05-08 00:48:15 +08:00
2026-05-17 19:46:35 +08:00
2026-04-25 17:15:45 +08:00