website icon indicating copy to clipboard operation
website copied to clipboard

Search doesn't work

Open lulezi opened this issue 7 years ago • 6 comments

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.

2018-04-14 10_58_13

lulezi avatar Apr 18 '18 20:04 lulezi

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.

toddjordan avatar Apr 19 '18 03:04 toddjordan

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.

toddjordan avatar Apr 19 '18 04:04 toddjordan

Update: @sivakumar-kailasam is working with the algolia team to debug the issue.

toddjordan avatar Apr 19 '18 13:04 toddjordan

Update: The API search is functional but guides search setup is still in the works

sivakumar-kailasam avatar Jul 19 '18 15:07 sivakumar-kailasam

@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. Service, and click a result it brings me to the 3.1 docs, e.g. https://guides.emberjs.com/v3.1.0/applications/services/#ember315515

patocallaghan avatar Aug 23 '18 17:08 patocallaghan

Oh. That's an isolated issue. Please open a separate issue and we'll track it down

sivakumar-kailasam avatar Aug 23 '18 17:08 sivakumar-kailasam