mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
Adds ?f=(...) URL parameter support for hydrating dashboard filters from human-readable Rison syntax. Matches URL filters to native filters by column name (case-insensitive, handles spaces) and auto-applies them by populating both filterState.value and extraFormData. Unmatched filters render as removable chips in a "URL Filters" section above cross-filters. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>