-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search returns no results since migrating DocSearch #7647
Comments
cc @shortcuts |
Hey, looking at the requests sent, This is indeed related to the issue you've linked, you can follow both #6693 (comment) or #6693 (comment) for the solution/context. TLDR: Delete Algolia index from the dashboard and start a new crawl |
Wow, a classic case of "turn it off and on again" 🙈 Thanks so much @shortcuts, that resolved it for me |
Thanks @shortcuts! |
EDIT: see Troubleshooting section added to our docs here: https://docusaurus.io/docs/search#algolia-troubleshooting No search result?For anyone passing by, if you don't get any Algolia search results:
See also: #10007 (comment) |
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clear
oryarn clear
command.rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.Description
Prior to the DocSearch migration, plaiceholder.co's search integration worked seamlessly
Since upgrading, I've been unable to get the search up and running again for over a week now – this is my resort! I've followed steps in #4872, #6693 and the migration guide, with no luck.
Additional context to the repro provided:
Crawler Config
I love using Docusaurus, so I'd really appreciate any support to get this up and running again
Reproducible demo
https://github.com/joe-bell/plaiceholder/tree/main/docs
Steps to reproduce
/docs/search
get
(this did return results prior to upgrade)Expected behavior
In Algolia's Crawler editor page, I'm able to see that this should return results:
Actual behavior
Typing
get
(or any search) returns no resultsYour environment
Self-service
The text was updated successfully, but these errors were encountered: