From d3059af815130f102dd97cb1d1e5030920754105 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 10 May 2021 21:28:07 +0100 Subject: Release v0.7.0 (#103) * Release v0.7.0 - Update all the crate versions - Update the demo gif - Write a changelog - Adjust the title of the search screen (has the old name still) - Adjust the colours of the quick-jump numbers (sadly invisible on some colour schemes as dark grey :/) * Update README, default config file, docs * Link usernames * Trigger release workflow upon release creation, as well as tags --- docs/config.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs') diff --git a/docs/config.md b/docs/config.md index 7c042251..29ce770c 100644 --- a/docs/config.md +++ b/docs/config.md @@ -94,6 +94,17 @@ The path to the Atuin server session file. Defaults to key = "~/.atuin-session" ``` +### `search_mode` + +Which search mode to use. Atuin supports both "prefix" and full text search +modes. The former will essentially search for "query*", and the latter "*query\*" + +Defaults to "prefix" + +``` +search_mode = "fulltext" +``` + ## Server config `// TODO` -- cgit v1.3.1