-
-
Notifications
You must be signed in to change notification settings - Fork 9.9k
docusaurus-plugin-client-redirects does not keep the query string. #8206
Copy link
Copy link
Closed
Labels
featureThis is not a bug or issue with Docusausus, per se. It is a feature request for the future.This is not a bug or issue with Docusausus, per se. It is a feature request for the future.good first issueIf you are just getting started with Docusaurus, this issue should be a good place to begin.If you are just getting started with Docusaurus, this issue should be a good place to begin.hacktoberfeststatus: accepting prThis issue has been accepted, and we are looking for community contributors to implement thisThis issue has been accepted, and we are looking for community contributors to implement this
Metadata
Metadata
Assignees
Labels
featureThis is not a bug or issue with Docusausus, per se. It is a feature request for the future.This is not a bug or issue with Docusausus, per se. It is a feature request for the future.good first issueIf you are just getting started with Docusaurus, this issue should be a good place to begin.If you are just getting started with Docusaurus, this issue should be a good place to begin.hacktoberfeststatus: accepting prThis issue has been accepted, and we are looking for community contributors to implement thisThis issue has been accepted, and we are looking for community contributors to implement this
Type
Fields
Give feedbackNo fields configured for issues without a type.
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clearoryarn clearcommand.rm -rf node_modules yarn.lock package-lock.jsonand re-installing packages.Description
I am using docusaurus-plugin-client-redirects
https://github.com/facebook/docusaurus/tree/main/packages/docusaurus-plugin-client-redirects
The plugin creates new pages with this content:
But the new page does not receive the search params.
I would like something like that:
Reproducible demo
No response
Steps to reproduce
Expected behavior
The new redirected page receive the search query.
Actual behavior
The new redirected page does not receive the search query
Your environment
Self-service