Skip to content

Commit

Permalink
use AND operator when searching (#7839)
Browse files Browse the repository at this point in the history
This makes search results less surprising, because it is how major web search engines behave
  • Loading branch information
tshepang authored Aug 8, 2023
1 parent 1c1df42 commit cefc33e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions book/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cefc33e

Please sign in to comment.