diff options
| author | Frank Hamand <frank.hamand@coinbase.com> | 2021-06-01 08:38:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-01 08:38:19 +0100 |
| commit | 0b9dc6696beeb0c0460775d304dc24491b7a0d66 (patch) | |
| tree | fd135922e12ca8bcbd3f5e47f1d5406f6c7407ed /atuin-client/config.toml | |
| parent | Bump indicatif from 0.16.0 to 0.16.2 (#140) (diff) | |
| download | atuin-0b9dc6696beeb0c0460775d304dc24491b7a0d66.zip | |
Add fuzzy text search mode (#142)
Diffstat (limited to 'atuin-client/config.toml')
| -rw-r--r-- | atuin-client/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin-client/config.toml b/atuin-client/config.toml index c8926297..bfb51149 100644 --- a/atuin-client/config.toml +++ b/atuin-client/config.toml @@ -24,5 +24,5 @@ # sync_address = "https://api.atuin.sh" ## which search mode to use -## possible values: prefix, fulltext +## possible values: prefix, fulltext, fuzzy # search_mode = "prefix" |
