Skip to content

Commit 66c9879

Browse files
committed
news
1 parent 7dca9d1 commit 66c9879

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: "Search improvements"
3+
category: news
4+
summary: "Keyboard navigation, CLI search, improved matching, and other fixes."
5+
---
6+
7+
Lots of search improvements since the initial launch last week.
8+
9+
**Keyboard navigation** -
10+
Arrow keys now move through search results
11+
and enter navigates to the selected result.
12+
13+
**CLI search** -
14+
`rustmax search <query>` runs the same search algorithm
15+
from the command line, outputting results as TOML.
16+
Running the CLI outside the repo mostly doesn't actually work though.
17+
18+
**Better matching** -
19+
The search algorithm and metadata is improved in many ways,
20+
and should be minimally useful now.
21+
22+
## Other changes
23+
24+
- Updated lockfile past cargo audit vulnerabilities in `bytes` and `time` crates
25+
- Enabled heading IDs in the rustmax-rustdoc markdown renderer, fixing broken anchor links
26+
- Updated template and guide examples to use `profile-portable`.
27+
It is my prefered default profile now.
28+
- Reorganized guide.md with usage first, reference lists last
29+

0 commit comments

Comments
 (0)