kolaente and GitHub
c8837aeaeb
fix(filters): support project filter in parentheses ( #1647 )
...
The filter regex pattern was not matching values inside parentheses correctly.
The lookahead pattern only allowed `&&`, `||`, or end-of-string after filter
values, but when filters are wrapped in parentheses like `( project = Filtertest )`,
the closing `)` appears after the value.
Fixed by adding `\)` to the lookahead pattern so it correctly handles closing
parentheses. This allows the project filter (and other filters) to work
properly when nested in parentheses.
- Added tests for project filters in parentheses (both frontend and backend)
- Backend tests confirm the backend already handled this correctly
- Frontend regex pattern now matches the backend behavior
Fixes #1645
2025-10-13 11:10:22 +02:00
..
2025-08-13 11:05:05 +02:00
2025-08-13 11:05:05 +02:00
2025-06-10 12:18:38 +02:00
2025-08-13 11:05:05 +02:00
2025-09-11 07:45:42 +00:00
2025-09-10 16:40:59 +00:00
2025-09-10 16:40:59 +00:00
2025-10-09 13:33:27 +02:00
2025-09-02 15:49:17 +02:00
2025-06-10 12:18:38 +02:00
2025-08-13 11:05:05 +02:00
2025-09-11 17:07:43 +02:00
2025-09-11 17:07:43 +02:00
2025-08-13 11:05:05 +02:00
2025-08-13 11:05:05 +02:00
2025-08-13 11:05:05 +02:00
2025-08-13 11:05:05 +02:00
2025-08-13 11:05:05 +02:00
2025-08-13 11:05:05 +02:00
2025-08-13 11:05:05 +02:00
2025-08-13 11:05:05 +02:00
2025-08-13 11:05:05 +02:00
2025-08-13 11:05:05 +02:00
2025-08-14 17:11:57 +02:00
2025-10-09 13:33:27 +02:00
2025-07-21 18:15:39 +02:00
2025-06-10 12:18:38 +02:00
2025-06-10 12:18:38 +02:00
2025-06-10 12:18:38 +02:00
2025-06-10 12:18:38 +02:00
2025-08-13 11:05:05 +02:00
2025-06-10 12:18:38 +02:00
2025-08-13 11:05:05 +02:00
2025-06-10 12:18:38 +02:00
2025-08-13 11:05:05 +02:00
2025-08-13 11:05:05 +02:00
2025-08-13 11:05:05 +02:00
2025-08-13 11:05:05 +02:00
2025-08-13 11:05:05 +02:00
2025-06-10 12:18:38 +02:00
2025-08-13 11:05:05 +02:00
2025-08-13 11:05:05 +02:00
2025-08-13 11:05:05 +02:00
2025-08-13 11:05:05 +02:00
2025-08-13 11:05:05 +02:00
2025-08-13 11:05:05 +02:00
2025-08-13 11:05:05 +02:00
2025-08-13 11:05:05 +02:00
2025-06-10 12:18:38 +02:00
2025-08-13 11:05:05 +02:00
2025-09-11 17:39:56 +02:00
2025-08-13 11:05:05 +02:00
2025-08-13 11:05:05 +02:00
2025-09-11 17:39:56 +02:00
2025-07-18 23:18:04 +02:00
2025-08-13 11:05:05 +02:00
2025-08-13 11:05:05 +02:00
2025-08-13 11:05:05 +02:00
2025-08-13 11:05:05 +02:00
2025-08-13 11:05:05 +02:00
2025-08-13 11:05:05 +02:00
2025-08-13 11:05:05 +02:00
2025-08-13 11:05:05 +02:00
2025-10-13 11:10:22 +02:00
2025-10-07 10:55:22 +02:00
2025-06-10 12:18:38 +02:00
2025-06-10 12:18:38 +02:00
2025-08-13 11:05:05 +02:00
2025-08-13 11:05:05 +02:00
2025-10-09 10:53:18 +02:00
2025-08-31 21:58:46 +02:00
2025-08-31 21:58:46 +02:00
2025-10-09 13:33:27 +02:00
2025-06-10 12:18:38 +02:00
2025-08-13 11:05:05 +02:00
2025-08-13 11:05:05 +02:00
2025-08-13 11:05:05 +02:00
2025-08-13 11:05:05 +02:00
2025-10-09 13:33:27 +02:00
2025-10-09 13:33:27 +02:00
2025-07-18 23:18:04 +02:00
2025-06-25 11:38:24 +00:00
2025-07-18 23:18:04 +02:00
2025-08-13 11:05:05 +02:00
2025-09-11 07:45:42 +00:00
2025-10-07 10:56:03 +02:00
2025-08-13 11:05:05 +02:00
2025-10-09 13:33:27 +02:00
2025-10-09 13:33:27 +02:00
2025-06-10 12:18:38 +02:00
2025-08-13 11:05:05 +02:00
2025-08-13 11:05:05 +02:00
2025-08-13 11:05:05 +02:00
2025-10-09 13:33:27 +02:00
2025-06-10 12:18:38 +02:00
2025-06-10 12:18:38 +02:00
2025-10-09 13:33:27 +02:00
2025-10-09 13:33:27 +02:00
2025-07-30 15:50:26 +00:00
2025-08-13 11:05:05 +02:00
2025-06-10 12:18:38 +02:00
2025-08-13 11:05:05 +02:00
2025-08-13 11:05:05 +02:00