-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Closed
Labels
closed: questionThis issue is a user error/misunderstanding.This issue is a user error/misunderstanding.
Description
🐛 Bug Report
We have written this up in our own issue here: temporalio/documentation#357
TLDR, Since we upgraded from alpha 66 to alpha 72, our search page has been broken (returns no results no matter what you type in)
- Working: https://deploy-preview-326--mystifying-fermi-1bc096.netlify.app/search/?q=workflows
- Broken: https://deploy-preview-327--mystifying-fermi-1bc096.netlify.app/search/?q=workflows
Have you read the Contributing Guidelines on issues?
yes
Suspected cause
Inspecting the requests, we see that the broken (upgraded) search always includes facets and facetFilters. removing those fields in cURL causes the request to return results again.
however, i cannot figure out how to remove those fields in docusaurus... specifying searchParameters as per this PR has not helped.
To Reproduce
- PR: https://github.com/temporalio/documentation/pull/327/files upgrading from alpha.66 to alpha.72
- Working: https://deploy-preview-326--mystifying-fermi-1bc096.netlify.app/search/?q=workflows
- Broken: https://deploy-preview-327--mystifying-fermi-1bc096.netlify.app/search/?q=workflows
Expected behavior
search page behavior should not be broken
Actual Behavior
search page always returns blank
Your Environment
- Public source code: https://github.com/temporalio/documentation
- Public site url: https://docs.temporal.io
- Docusaurus version used: v2 alpha.72
- Environment name and version (e.g. Chrome 78.0.3904.108, Node.js 10.17.0): n/a
- Operating system and version (desktop or mobile): n/a
Reproducible Demo
this is the one that is currently broken: https://github.com/temporalio/documentation
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
closed: questionThis issue is a user error/misunderstanding.This issue is a user error/misunderstanding.