Commit 79c1fa8
Fix: Add URL encoding for starts_with and not_starts_with filters (#6077)
The MATCH_MAP was missing entries for the new filter types, causing
'undefined' to appear in the URL when these filters were applied.
Added mappings:
- starts_with: '^' (regex-style start anchor)
- not_starts_with: '!^' (negated start anchor)
Co-authored-by: Claude <[email protected]>1 parent 78def48 commit 79c1fa8
File tree
1 file changed
+2
-0
lines changed1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
0 commit comments