-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Search doesn't work #3296
Comments
Thanks for reporting. Our algolia crawler configuration is woefully out of date: https://github.com/algolia/docsearch-configs/blob/master/configs/emberjs_versions_new.json The urls are hard-coded for version 2.13 and there is an extra "type" query param being added to the url. We'd at least need to get the version updated to "release" (https://emberjs.com/api/ember/release) and use the new url scheme we've been using for post 2.16 releases. |
FYI the search on the actual api https://emberjs.com/api/ember/release site uses a different approach and is not affected by this issue. You should search api documentation with that. |
Update: @sivakumar-kailasam is working with the algolia team to debug the issue. |
Update: The API search is functional but guides search setup is still in the works |
@sivakumar-kailasam was coming to open an issue with search but just wondering if it's the same one? If I search for something from the API docs in the homepage search input, e.g. |
Oh. That's an isolated issue. Please open a separate issue and we'll track it down |
Hi there
The search on https://guides.emberjs.com/v3.0.0/ seems to be broken. After clicking on a search result, the correct page loads, but then redirects to an unfound one.
The text was updated successfully, but these errors were encountered: