Skip to content

Commit

Permalink
Optimize search in HTML output (8x speedup) (#2415)
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner authored Feb 5, 2024
1 parent 52a3419 commit c3c8754
Show file tree
Hide file tree
Showing 4 changed files with 413 additions and 303 deletions.
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

0 comments on commit c3c8754

Please sign in to comment.