-
Notifications
You must be signed in to change notification settings - Fork 394
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
blog: implement search #1235
Comments
Will an embedded search inside the blogs that essentially use site:dvc.org/blog as a suffix to Google query work? It does look low-effort. I would be interested in trying to build an internal search engine of sorts. |
@MayankGoel28 hi! I think we can use algolia to provide a better experience there. Similar to the dvc.org/doc .It is probably a bit more involved and will require a bit of UI design. |
@MayankGoel28 if you're interested on the actual Javascript engine project for GSoD then yes, this may be a good issue to explore! Basically try to replicate the search we have in the /doc section like Ivan mentioned. You'll need to be familiar with React and Typescript, and maybe Gatsby too so it's probably not very introductory though, but feel free to give it a shot. Doc search form: Source code: What do you think? |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Closing in favor of #2712 |
For example if you're looking for a certain topic or key word among blog posts. It's easy to do locally since they're just MD files, or even on the GH repo, but no way to do it from inside the blog itself.
Of course you can do it from Google with the
site:dvc.org/blog
prefix (example) but I don't know if a lot of people are used to this search feature.The text was updated successfully, but these errors were encountered: