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/src/settings.rs | |
| 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/src/settings.rs')
| -rw-r--r-- | atuin-client/src/settings.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/atuin-client/src/settings.rs b/atuin-client/src/settings.rs index 1d7e9a5f..0cb845c3 100644 --- a/atuin-client/src/settings.rs +++ b/atuin-client/src/settings.rs @@ -17,6 +17,9 @@ pub enum SearchMode { #[serde(rename = "fulltext")] FullText, + + #[serde(rename = "fuzzy")] + Fuzzy, } // FIXME: Can use upstream Dialect enum if https://github.com/stevedonovan/chrono-english/pull/16 is merged |
