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

feature: improve website search functionality #4029

Open
milinddethe15 opened this issue Mar 4, 2025 · 1 comment
Open

feature: improve website search functionality #4029

milinddethe15 opened this issue Mar 4, 2025 · 1 comment
Labels
area/website AREA: Website Styles/Hosting/Serving kind/feature KIND: Features

Comments

@milinddethe15
Copy link
Contributor

This is a Feature Request

The current Kubeflow website uses a Google Custom Search Engine implementation, which has limitations in terms of customization, relevance, and user experience.
While this provides basic functionality, it has several limitations:

  • Users are redirected away from the Kubeflow site to view search results.
  • The relevancy and filtering of results are limited.
  • There is no in-site integration for highlighting, faceting, or advanced query capabilities.

What would you like to be added

To enhance the search experience for users, I propose migrating to a modern search solution like Algolia or Lunr.

Proposed options:

  • Algolia DocSearch: It a free, hosted search solution designed specifically for technical documentation and open-source projects. It crawls the site, indexes content, and delivers a fast, typo-tolerant search experience with minimal setup.

  • Lunr: It is a lightweight, open-source, client-side search library that enables offline-capable, self-hosted search functionality. It’s ideal for static websites and projects prioritizing privacy, control, and zero external dependencies.

Labels

/area website


Comments

Love this idea? Give it a 👍.

@milinddethe15 milinddethe15 added the kind/feature KIND: Features label Mar 4, 2025
@google-oss-prow google-oss-prow bot added the area/website AREA: Website Styles/Hosting/Serving label Mar 4, 2025
@milinddethe15
Copy link
Contributor Author

more options: https://gohugo.io/tools/search/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/website AREA: Website Styles/Hosting/Serving kind/feature KIND: Features
Projects
None yet
Development

No branches or pull requests

1 participant