use AND operator when searching (#7839)
This makes search results less surprising, because it is how major web search engines behave
This commit is contained in:
parent
1c1df42cc0
commit
cefc33e3df
1 changed files with 3 additions and 0 deletions
|
@ -11,3 +11,6 @@ preferred-dark-theme = "colibri"
|
||||||
git-repository-url = "https://github.com/helix-editor/helix"
|
git-repository-url = "https://github.com/helix-editor/helix"
|
||||||
edit-url-template = "https://github.com/helix-editor/helix/edit/master/book/{path}"
|
edit-url-template = "https://github.com/helix-editor/helix/edit/master/book/{path}"
|
||||||
additional-css = ["custom.css"]
|
additional-css = ["custom.css"]
|
||||||
|
|
||||||
|
[output.html.search]
|
||||||
|
use-boolean-and = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue