summaryrefslogtreecommitdiffstats
path: root/docs/config.md
diff options
context:
space:
mode:
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`