From 442715cd34e31f98385fb817a63ece35029503aa Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Mon, 17 Nov 2025 10:11:01 +0200 Subject: [PATCH] make search less surprising use AND search instead of OR, which is default --- book.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/book.toml b/book.toml index 65d8616b18..33b2d8a9dd 100644 --- a/book.toml +++ b/book.toml @@ -19,6 +19,9 @@ additional-css = [ ] additional-js = ["theme/js/language-picker.js"] +[output.html.search] +use-boolean-and = true + [rust] edition = "2021"