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

[docs-infra] Improve Algolia internal search results on mui.com #16502

Open
11 of 18 tasks
eps1lon opened this issue Jul 6, 2019 · 8 comments
Open
11 of 18 tasks

[docs-infra] Improve Algolia internal search results on mui.com #16502

eps1lon opened this issue Jul 6, 2019 · 8 comments
Labels
enhancement This is not a bug, nor a new feature scope: docs-infra Specific to the docs-infra product

Comments

@eps1lon
Copy link
Member

eps1lon commented Jul 6, 2019

Listing various points that could be improved for searching our docs. Also documenting unhelpful search results. It's not about implementing all of those but exploring how viable they are or if they have better alternatives.

Opportunities

Screenshot 2023-02-13 at 22 19 42

or https://twitter.com/delba_oliveira/status/1664323492077256704

  • 4. The search bar in the header blinks when changing pages. This shouldn't happen.
  • 5. Remove the #main-content noise. Reproduction: search for Alert
    Screenshot 2022-06-16 at 12 37 37
    You land on https://mui.com/material-ui/react-alert/#main-content. There are tons of links like this in Stack Overflow, we can do better, the UX is confusing, no, it doesn't link an h2, it's the h1.
    Fixed by adding:
$("#main-content, #__next").removeAttr("id");

In the crawler logic (https://crawler.algolia.com/admin/crawlers/739c29c8-99ea-4945-bd27-17a1df391902/configuration/edit).

Fix unhelpful results

  • "FilledInput" (top 5 results link to /api/filled-input page)
  • "material tabs"
@eps1lon eps1lon added docs Improvements or additions to the documentation discussion labels Jul 6, 2019
@oliviertassinari
Copy link
Member

oliviertassinari commented Jul 6, 2019

I wish Algolia docsearch was implementing the analytics conversion API. Quantitative data could help. At least, we could measure the global impact of our changes. For instance, we could consider a successful conversion when staying more than 30s? on the result page. Or maybe we could start simpler and only implement the click event on a suggestion.

@oliviertassinari

This comment was marked as resolved.

@siriwatknp

This comment was marked as resolved.

@Janpot

This comment was marked as resolved.

@oliviertassinari

This comment was marked as resolved.

@oliviertassinari oliviertassinari added the new feature New feature or request label Jan 16, 2022
@oliviertassinari oliviertassinari changed the title Improve internal search results on material-ui.com Improve internal search results on mui.com Jan 19, 2022
@siriwatknp

This comment was marked as resolved.

@siriwatknp

This comment was marked as resolved.

@oliviertassinari oliviertassinari changed the title Improve internal search results on mui.com Improve Algolia internal search results on mui.com Jun 23, 2022
@Janpot

This comment was marked as resolved.

@oliviertassinari oliviertassinari added the scope: docs-infra Specific to the docs-infra product label Dec 3, 2022
@oliviertassinari oliviertassinari added enhancement This is not a bug, nor a new feature and removed new feature New feature or request labels Dec 22, 2022
@oliviertassinari oliviertassinari changed the title Improve Algolia internal search results on mui.com [docs] Improve Algolia internal search results on mui.com Aug 15, 2023
@danilo-leal danilo-leal removed the docs Improvements or additions to the documentation label Oct 27, 2023
@danilo-leal danilo-leal changed the title [docs] Improve Algolia internal search results on mui.com [docs-infra] Improve Algolia internal search results on mui.com Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This is not a bug, nor a new feature scope: docs-infra Specific to the docs-infra product
Projects
Status: Stalled
Development

No branches or pull requests

5 participants