diff options
author | Tshepang Mbambo | 2023-08-08 13:22:52 +0000 |
---|---|---|
committer | GitHub | 2023-08-08 13:22:52 +0000 |
commit | cefc33e3dfffd5136bcc9b77aea481e3b0de6ae9 (patch) | |
tree | 7bc602153ab2d8424e3a3d1c112041d4d657a17e /book | |
parent | 1c1df42cc08d35acb42c9ab596606f34c7f96613 (diff) |
use AND operator when searching (#7839)
This makes search results less surprising, because it is how major web search engines behave
Diffstat (limited to 'book')
-rw-r--r-- | book/book.toml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |