From cefc33e3dfffd5136bcc9b77aea481e3b0de6ae9 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Tue, 8 Aug 2023 15:22:52 +0200 Subject: [PATCH] use AND operator when searching (#7839) This makes search results less surprising, because it is how major web search engines behave --- book/book.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/book/book.toml b/book/book.toml index 4db5365e..335b27af 100644 --- a/book/book.toml +++ b/book/book.toml @@ -11,3 +11,6 @@ preferred-dark-theme = "colibri" git-repository-url = "https://github.com/helix-editor/helix" edit-url-template = "https://github.com/helix-editor/helix/edit/master/book/{path}" additional-css = ["custom.css"] + +[output.html.search] +use-boolean-and = true