Documentation search result regression #52977
Labels
docsystem
The documentation building system
regression
Regression in behavior compared to a previous version
In 1.10, the search "threading" lists https://docs.julialang.org/en/v1.10/base/multi-threading/ first while in 1.11, it lists https://docs.julialang.org/en/v1.11-dev/NEWS/#Multi-threading-changes, https://docs.julialang.org/en/v1.11-dev/devdocs/locks/#Proper-maintenance-and-care-of-multi-threading-locks, and then https://docs.julialang.org/en/v1.11-dev/devdocs/locks/
It seems pretty clear to me that a manual page with an exact keyword match in it's title should rank first while it currently ranks 5th. I think this is a case-sensitivity bug upstream: JuliaDocs/Documenter.jl#2373
1.10:

master:

@Hetarth02 changed the Documenter.jl search engine from LunrJs to MinisearchJs in JuliaDocs/Documenter.jl#2172. According to https://hetarth02.hashnode.dev/crafting-an-enhanced-search-experience this seems like a good change overall.
We down streamed those changes into the Julia repo in #47105
The text was updated successfully, but these errors were encountered: