-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
Labels
enhancement
This is not a bug, nor a new feature
scope: docs-infra
Specific to the docs-infra product
Comments
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. |
1 task
2 tasks
This comment was marked as resolved.
This comment was marked as resolved.
1 task
This comment was marked as resolved.
This comment was marked as resolved.
This was referenced Sep 10, 2021
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
oliviertassinari
changed the title
Improve internal search results on material-ui.com
Improve internal search results on mui.com
Jan 19, 2022
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
oliviertassinari
changed the title
Improve internal search results on mui.com
Improve Algolia internal search results on mui.com
Jun 23, 2022
This comment was marked as resolved.
This comment was marked as resolved.
oliviertassinari
added
enhancement
This is not a bug, nor a new feature
and removed
new feature
New feature or request
labels
Dec 22, 2022
1 task
This was referenced Jun 10, 2023
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
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
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
or https://twitter.com/delba_oliveira/status/1664323492077256704
#main-content
noise. Reproduction: search for AlertYou 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:
In the crawler logic (https://crawler.algolia.com/admin/crawlers/739c29c8-99ea-4945-bd27-17a1df391902/configuration/edit).
6. Implement OpenSearch [docs-infra] Implement search engine in v5 documentation page #29445
7. Index MUI X. e.g. https://mui.com/x/introduction/licensing/ and related pages. It would solve [docs] Instruction to deal with invalid license message mui-x#5074 (comment)
8. Index MUI System e.g. https://mui.com/system/getting-started/overview/ and related pages. It would solve https://www.algolia.com/apps/TZGZ85B9TB/analytics/no-results/material-ui?from=2022-09-14&to=2022-09-20.
9. Move the
product
attribute from the crawler configuration https://crawler.algolia.com/admin/crawlers/739c29c8-99ea-4945-bd27-17a1df391902/configuration/edit to the page, e.g.material-ui/docs/data/joy/components/alert/alert.md
Line 2 in 29fd59e
10. Index MUI Toolpad, e.g. https://mui.com/toolpad/getting-started/overview/
11. Fix moving scrollbar when opening the search (you can test on Windows)
12. Migrate the UI to Add Spotlight/Omnibar component mui-x#13932
13. Duplicate lang property https://www.algolia.com/apps/TZGZ85B9TB/explorer/browse/material-ui?page=1&searchMode=objectID
Likely a conflict between
material-ui/docs/src/modules/components/Head.tsx
Line 58 in 29fd59e
and https://docsearch.algolia.com/docs/record-extractor#indexing-content-for-faceting
14. Move
popularity
andpageRank
configuration from the Crawler UI to the markdown pages.15. Use
analyticsTags
to so that each product team can filter the analytics in the Algolia adminFixed in [docs-infra] Add analyticsTags to Algolia #37600
16. Implement click analytics to measure the impact of search ranking changes Click and Conversion Analytics algolia/docsearch#1045
Fix unhelpful results
The text was updated successfully, but these errors were encountered: