Route lookup does not work for redirects with query parameters

Created on 16 July 2024, 6 months ago
Updated 15 September 2024, 4 months ago

Problem/Motivation

With the route query, when trying to get the redirect object that exists for a path with a GET query parameter, the redirect lookup does not respect those parameters.

Steps to reproduce

Create a redirect like `/foo?bar=baz` to a desired node page
Query for that path using the route query.
No redirect response will be provided.

Proposed resolution

Parse the path and use the query parameters like the redirect module does.

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Fixed

Version

2.2

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States pookmish

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024