🐛 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)
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
Expected behavior
search page behavior should not be broken
Actual Behavior
search page always returns blank
Your Environment
Reproducible Demo
this is the one that is currently broken: https://github.com/temporalio/documentation
🐛 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)
Have you read the Contributing Guidelines on issues?
yes
Suspected cause
Inspecting the requests, we see that the broken (upgraded) search always includes
facetsandfacetFilters. 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
searchParametersas per this PR has not helped.To Reproduce
Expected behavior
search page behavior should not be broken
Actual Behavior
search page always returns blank
Your Environment
Reproducible Demo
this is the one that is currently broken: https://github.com/temporalio/documentation