apache / beam

Apache Beam is a unified programming model for Batch and Streaming data processing.
https://beam.apache.org/
Apache License 2.0
7.78k stars 4.21k forks source link

[Feature Request]: beam.apache.org search buries relevant links under ads #23472

Open TheNeuralBit opened 1 year ago

TheNeuralBit commented 1 year ago

What would you like to happen?

The search box on beam.apache.org just does a google search with inurl:. This seems effective, but unfortunately organic results are difficult to find under several ads. When I search for "dataframe" I see 4 ads and half of the actual result I'm looking for:

image

Also, in theory Google's index could be a bit out of date. We could provide a better experience by using a tool like https://lunrjs.com/, which can build an index of a static site and do queries on the client. There's a hugo-lunr plugin we could leverage here.

Issue Priority

Priority: 2

Issue Component

Component: website

TheNeuralBit commented 1 year ago

We don't have to do this with lunr, it's just a project I was already aware of that could be easy to setup. There are more ideas for search in hugo here: https://gohugo.io/tools/search/