Allow specifying fulltext as well as full-text (#771)

This commit is contained in:
Ellie Huxtable 2023-03-09 09:13:31 +00:00 committed by GitHub
parent b91d4f4806
commit 991461f423
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,7 @@ pub enum SearchMode {
Prefix,
#[serde(rename = "fulltext")]
#[clap(aliases = &["fulltext"])]
FullText,
#[serde(rename = "fuzzy")]