Skip to content

Commit 442715c

Browse files
authored
make search less surprising
use AND search instead of OR, which is default
1 parent f944161 commit 442715c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

book.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ additional-css = [
1919
]
2020
additional-js = ["theme/js/language-picker.js"]
2121

22+
[output.html.search]
23+
use-boolean-and = true
24+
2225
[rust]
2326
edition = "2021"
2427

0 commit comments

Comments
 (0)