From dda6d42aaf17ab372f15aea716aa8b61b585bf8f Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Mon, 23 Mar 2026 15:14:47 +0200 Subject: [PATCH] use AND (and not OR) for searching multiple terms --- book.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/book.toml b/book.toml index 73e37e6b..0919aeb5 100644 --- a/book.toml +++ b/book.toml @@ -15,6 +15,9 @@ extra-watch-dirs = ["blacksmith/src"] enable = true level = 0 +[output.html.search] +use-boolean-and = true + [output.html] additional-js = ["js/moment.min.js", "js/index.js"] additional-css = ["css/style.css"]