From a15dcfc32d788f78bd7edb7bbb5f197cc01c13b4 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Thu, 25 Sep 2025 16:25:06 +0200 Subject: [PATCH] use AND when searching for multiple terms --- book.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/book.toml b/book.toml index bf8f63ef29..d02ccde184 100644 --- a/book.toml +++ b/book.toml @@ -14,6 +14,9 @@ smart-punctuation = true enable = true level = 0 +[output.html.search] +use-boolean-and = true + [output.html.search.chapter] "test-summary.md" = { enable = false } "grammar.md" = { enable = false }