mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-16 11:20:50 +00:00
Support multiple space seperated words
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@ -93,6 +93,12 @@ dependencies = [
|
||||
"unicode-width",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "cow-utils"
|
||||
version = "0.1.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "79bb3adfaf5f75d24b01aee375f7555907840fa2800e5ec8fa3b9e2031830173"
|
||||
|
||||
[[package]]
|
||||
name = "crc32c"
|
||||
version = "0.4.0"
|
||||
@ -391,6 +397,7 @@ dependencies = [
|
||||
"anyhow",
|
||||
"bitpacking",
|
||||
"byteorder 1.3.4",
|
||||
"cow-utils",
|
||||
"csv",
|
||||
"fst",
|
||||
"fxhash",
|
||||
|
Reference in New Issue
Block a user