summaryrefslogtreecommitdiffstats
path: root/docs/config.md
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2021-05-10 21:28:07 +0100
committerGitHub <noreply@github.com>2021-05-10 21:28:07 +0100
commitd3059af815130f102dd97cb1d1e5030920754105 (patch)
treed921c773b198dab5752ef6620e1038b12185a590 /docs/config.md
parent32c674889f396fd577a7e7a72b6470bb19531f82 (diff)
Release v0.7.0 (#103)v0.7.0
* 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
Diffstat (limited to 'docs/config.md')
-rw-r--r--docs/config.md11
1 files changed, 11 insertions, 0 deletions
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`