search in online documentation should default to current release or head instead of "all"
Open
P2
team-Documentation
type: documentation (cleanup)
- Dominant language
- Java
- Stars
- 25.8k
- Forks
- 4.6k
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 72
Description
Reproduction:
- open docs site
- search for test()
- https://docs.bazel.build/search.html?cx=009927877080525621790%3A2pxlpaexqpc&cof=FORID%3A10&ie=UTF-8&q=test%28%29#gsc.tab=0&gsc.q=test()&gsc.page=1
You get results in this order.
- Testing - Bazel 0.23.0
https://docs.bazel.build/versions/0.23.0/skylark/testing.html
- Testing - Bazel
https://docs.bazel.build/versions/master/skylark/testing.html

You should only see results from obsolete Bazel versions if you pin to one of them.
Contributor guide
Assessment
This issue has not been assessed yet.