-
Notifications
You must be signed in to change notification settings - Fork 341
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 doesn't work properly #3039
Comments
Waiting for migration docs to the another hosting. |
Pages are crawled, except few ones. |
The configuration of Algolia to support multilanguage search is not easily implemented with indices built by the Algolia crawler. We should either consider providing a custom config for Algolia (sitemap with specific language for each page) and pass user language as a query to Algolia or have a separate index for each language. We can do so, as all localized pages are split by the lang prefix in the URL. After that, we would change the Algolia search index depending on the user's language in the doc settings. 2nd approach is more robust, but it'd be a problem to maintain (and support new languages). |
Dropping translation support is the solution. At least for now. |
Fixed in 323a24a It was hard to do in pull request (algolia only crawled ui.vuestic.dev), so hacked everything in master 🥷. |
We decided to use #3425 approach instead
In context of this task please only do enough to make search work.
There is no need to go through all examples and remove translations completely.
Algolia doesn't show some pages. I know that it takes some time to refresh its data after updates but we can't find even a scroll container component which we have for a long time.
Child issues:
Closes #2691
Closes #2645
Also see #3363
The text was updated successfully, but these errors were encountered: