This repository was archived by the owner on Jul 23, 2021. It is now read-only.
This repository was archived by the owner on Jul 23, 2021. It is now read-only.
Search bar in docs does not work #143
Open
Description
From @aacunningham on Wed, 19 Jun 2019 12:23:32 GMT
What happened
When browsing the docs at https://immutable-js.github.io/immutable-js/docs/ I tried to use the search bar to get to the Record page. After typing in "record" and clicking on the first result, I was redirected to the home page.
When I click on a result from the search bar, I should be taken to the page related to that result
I did a little digging and it looks like the search results from algolia are pointed at the domain facebook.github.io, which redirects to immutable-js.github.io without passing the URL ID fragment.
How to reproduce
- Go to https://immutable-js.github.io/immutable-js/docs/
- Type "record" into the search bar at the top
- Select any result
- You should be redirected to https://immutable-js.github.io/immutable-js/
Copied from original issue: immutable-js#1720