mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-26 09:42:42 -04:00
Allow comma-separated Event IDs when querying tags, e.g.: /api/tags/index/Events.Id:123,456,789.json This converts the comma-separated string to an integer array, enabling a SQL IN clause for efficient multi-event tag retrieval. Fixes #4567 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>