DraftGo
132d7b9f94
fix: GetAllChannels ignores group filter parameter ( #4847 )
...
When users filter channels by group without entering a search keyword,
the frontend calls GetAllChannels (GET /api/channel/) instead of
SearchChannels. However, GetAllChannels did not process the group
query parameter, causing the filter to have no effect.
Added group filtering logic to GetAllChannels for both normal mode
and tag mode, using the same CONCAT/|| pattern as SearchChannels
for cross-database compatibility (MySQL, PostgreSQL, SQLite).
2026-05-16 14:54:50 +08:00
..
2025-12-13 16:43:57 +08:00
2026-02-02 14:37:31 +08:00
2026-04-09 17:08:52 +08:00
2026-04-24 17:51:46 +08:00
2026-04-24 17:51:46 +08:00
2025-10-11 15:30:09 +08:00
2026-04-23 21:37:03 +08:00
2026-05-16 14:54:50 +08:00
2026-01-02 23:00:33 +08:00
2026-02-17 18:00:10 +08:00
2026-02-17 18:00:10 +08:00
2026-02-04 18:23:17 +08:00
2026-02-23 14:51:55 +08:00
2026-01-03 12:37:50 +08:00
2026-04-28 14:19:19 +08:00
2026-04-28 14:19:19 +08:00
2025-10-30 21:16:42 +08:00
2025-03-15 19:10:12 +08:00
2026-04-28 14:19:19 +08:00
2026-05-12 21:53:54 +08:00
2026-02-22 22:11:05 +08:00
2026-05-06 20:27:19 +08:00
2025-10-11 15:30:09 +08:00
2026-04-24 16:24:36 +08:00
2025-10-11 15:30:09 +08:00
2026-02-11 20:37:53 +08:00
2026-04-24 16:39:12 +08:00
2026-03-23 00:48:55 +08:00
2026-04-28 14:19:19 +08:00
2026-05-13 22:18:46 +08:00
2026-04-22 22:55:06 +08:00
2026-05-13 22:18:46 +08:00
2026-05-13 22:18:46 +08:00
2026-05-13 22:18:46 +08:00
2026-05-12 16:47:02 +08:00
2026-03-21 20:40:39 +08:00
2025-12-13 16:43:38 +08:00
2025-10-11 15:30:09 +08:00
2026-04-07 15:56:28 +08:00
2026-05-16 14:54:47 +08:00
2025-10-11 15:30:09 +08:00
2026-04-26 20:17:35 +08:00
2026-05-13 22:18:46 +08:00
2026-05-06 18:20:02 +08:00
2026-05-12 16:47:02 +08:00
2026-04-22 22:55:06 +08:00
2025-10-11 15:30:09 +08:00
2026-05-13 22:18:46 +08:00
2026-05-13 22:18:46 +08:00
2026-05-13 22:18:46 +08:00
2026-05-13 22:18:46 +08:00
2025-07-21 21:38:53 +08:00
2026-04-28 14:19:19 +08:00
2026-02-22 16:33:00 +08:00
2026-05-12 16:47:02 +08:00
2026-04-23 13:29:00 +08:00
2026-04-06 19:46:01 +08:00
2026-04-24 22:16:16 +08:00
2026-05-12 16:47:02 +08:00
2026-04-18 14:22:54 +08:00
2026-05-12 16:47:02 +08:00
2026-05-12 16:47:02 +08:00
2026-05-13 22:18:46 +08:00
2026-04-18 00:16:52 +08:00
2025-10-11 15:30:09 +08:00
2026-04-08 15:44:01 +08:00
2026-05-13 22:18:46 +08:00
2025-10-11 15:30:09 +08:00
2026-02-27 18:47:47 +08:00
2026-03-31 17:57:47 +08:00
2026-03-31 18:44:40 +08:00