summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFrank Hamand <frank.hamand@coinbase.com>2021-06-01 08:38:19 +0100
committerGitHub <noreply@github.com>2021-06-01 08:38:19 +0100
commit0b9dc6696beeb0c0460775d304dc24491b7a0d66 (patch)
treefd135922e12ca8bcbd3f5e47f1d5406f6c7407ed /docs
parentf0130571a6c27eab4dab86712376e503add4e387 (diff)
Add fuzzy text search mode (#142)
Diffstat (limited to 'docs')
-rw-r--r--docs/config.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/config.md b/docs/config.md
index 29ce770c..414146f4 100644
--- a/docs/config.md
+++ b/docs/config.md
@@ -96,8 +96,8 @@ 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\*"
+Which search mode to use. Atuin supports "prefix", full text and "fuzzy" search
+modes. The prefix search for "query\*", fulltext "\*query\*", and fuzzy "\*q\*u\*e\*r\*y\*"
Defaults to "prefix"