mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Upgrade incompatible dependencies
This commit is contained in:
parent
dd28a3fd5a
commit
091f989b72
10 changed files with 187 additions and 91 deletions
|
@ -134,7 +134,7 @@ and can not be more than 511 bytes.", .document_id.to_string()
|
|||
InvalidVectorsEmbedderConf { document_id: String, error: String },
|
||||
#[error("{0}")]
|
||||
InvalidFilter(String),
|
||||
#[error("Invalid type for filter subexpression: expected: {}, found: {1}.", .0.join(", "))]
|
||||
#[error("Invalid type for filter subexpression: expected: {}, found: {}.", .0.join(", "), .1)]
|
||||
InvalidFilterExpression(&'static [&'static str], Value),
|
||||
#[error("Attribute `{}` is not sortable. {}",
|
||||
.field,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue