Have you read the Contributing Guidelines on issues?
Prerequisites
Description
The See all n results link at the bottom of the search modal from the search bar doesn't load new search results if the SearchPage is already loaded.
Reproducible demo
No response
Steps to reproduce
- Go to https://docusaurus.io/
- Search for "Admonition" using search bar
- Scroll to bottom of modal to the See all n results link
- Select results link and view all results
- Open the search bar on the top right and search for "Blog"
- Scroll to bottom of modal to the See all n results link
- Select results link and view all results
Expected behavior
URL changes to https://docusaurus.io/search?q=blog
Results for "Blog" would be displayed on the search results page
Actual behavior
URL changes to https://docusaurus.io/search?q=blog
Results for "Admonition" are still displayed
Your environment
https://docusaurus.io
Self-service
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
The See all n results link at the bottom of the search modal from the search bar doesn't load new search results if the SearchPage is already loaded.
Reproducible demo
No response
Steps to reproduce
Expected behavior
URL changes to https://docusaurus.io/search?q=blog
Results for "Blog" would be displayed on the search results page
Actual behavior
URL changes to https://docusaurus.io/search?q=blog
Results for "Admonition" are still displayed
Your environment
https://docusaurus.io
Self-service