Skip to content
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

Remove redirected items from search results #84

Open
kdzwinel opened this issue Aug 31, 2017 · 1 comment
Open

Remove redirected items from search results #84

kdzwinel opened this issue Aug 31, 2017 · 1 comment
Labels

Comments

@kdzwinel
Copy link
Contributor

We are not showing methods/events that were moved to other domain in their old domain:

Hide entries marked with "redirect". Those are just for backwards compatibility.

However, in search results we have links to both: new and the old domain. Old domain links are broken. See 'highlightNode' that was moved from DOM to Overlay:

screen shot 2017-09-01 at 00 03 05

We should either:

  • show redirected items in their old domains with label "deprecated" or
  • stop generating broken links (create-search-index.js).
@kdzwinel kdzwinel added the bug label Aug 31, 2017
@paulirish
Copy link
Member

Hmm good call.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants
@paulirish @kdzwinel and others