Currently, when linking internally in Framer using a relative path (e.g. /blog?category=cms) within Dynamic Filters, the query parameters are ignored and only the base path (/blog) is applied.
Query parameters only work when using the full absolute URL (e.g. https://domain.com/blog?category=cms). This creates issues in staging environments or when changing domains, as absolute URLs break across different environments.
It would be helpful if relative internal links preserved query parameters properly, so dynamic filters can work consistently across staging and production without requiring full absolute URLs.