Skip to content

Fix: Add URL encoding for starts_with and not_starts_with filters#6077

Merged
brancz merged 1 commit intomainfrom
fix-filter-param
Nov 28, 2025
Merged

Fix: Add URL encoding for starts_with and not_starts_with filters#6077
brancz merged 1 commit intomainfrom
fix-filter-param

Conversation

@brancz
Copy link
Copy Markdown
Member

@brancz brancz commented Nov 28, 2025

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)

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)
@brancz brancz requested a review from a team as a code owner November 28, 2025 09:16
@alwaysmeticulous
Copy link
Copy Markdown

alwaysmeticulous bot commented Nov 28, 2025

✅ Meticulous spotted 0 visual differences across 315 screens tested: view results.

Meticulous evaluated ~4 hours of user flows against your PR.

Expected differences? Click here. Last updated for commit 41c18c6. This comment will update as new commits are pushed.

@brancz brancz merged commit 79c1fa8 into main Nov 28, 2025
35 checks passed
@brancz brancz deleted the fix-filter-param branch November 28, 2025 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants