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

Optimize search (8x speedup) #2415

Merged
merged 17 commits into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

* The search in the HTML output is now case-insensitive. ([#2373], [#2374])
* The search in the HTML output now prioritizes prefix matches. ([#2203], [#2375])
* The search in the HTML output:
- Is now case-insensitive. ([#2373], [#2374])
- Prioritizes prefix matches. ([#2203], [#2375])
- Utilizes webworkers and is more responsive. ([#2415])
- Clearing the search query no longer deselects filters. ([#2415])
- When selecting one filter all others are automatically deselected. ([#2415])

### Fixed

Expand Down Expand Up @@ -1790,6 +1794,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#2406]: https://github.com/JuliaDocs/Documenter.jl/issues/2406
[#2408]: https://github.com/JuliaDocs/Documenter.jl/issues/2408
[#2414]: https://github.com/JuliaDocs/Documenter.jl/issues/2414
[#2415]: https://github.com/JuliaDocs/Documenter.jl/issues/2415
[#2438]: https://github.com/JuliaDocs/Documenter.jl/issues/2438
[JuliaLang/julia#36953]: https://github.com/JuliaLang/julia/issues/36953
[JuliaLang/julia#38054]: https://github.com/JuliaLang/julia/issues/38054
Expand Down
Loading
Loading