-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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
Algolia Search Not Returning Results for Current Version; Returning Results for Other Versions #7383
Comments
@nategoethel Could you check in your search console if the indices for the current version exist? |
@Josh-Cena here is what I see: |
Frankly, I'm not sure what's going on... cc @shortcuts as always, your support is appreciated🙏 |
This appears to be fixed after I updated my crawler config, specifically the |
Hey exactly! You can find a more up to date config template here: https://docsearch.algolia.com/docs/templates |
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
On my site, if you search in either the Algolia modal or from
/search
, no results are returned for the current version (0.14.2). If you switch the version to an earlier version, the search works as expected.On v0.14.2, here is the response payload from the search modal:
And here it is on v0.13.5:
Steps to reproduce
On my site, if you search in either the Algolia modal or from
/search
, no results are returned for the current version (0.14.2). If you switch the version to an earlier version, the search works as expected.Expected behavior
Results are returned in all versions.
Actual behavior
Results are returned in older versions, but not the current/default version.
Your environment
Self-service
The text was updated successfully, but these errors were encountered: