mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-28 01:01:00 +00:00
Rename the FieldIdMapMissingEntry from_db_name field into process
This commit is contained in:
@ -61,7 +61,7 @@ impl<'t> AscDesc<'t> {
|
||||
.id(&field_name)
|
||||
.ok_or_else(|| FieldIdMapMissingEntry::FieldName {
|
||||
field_name: field_name.clone(),
|
||||
from_db_name: "asc-desc",
|
||||
process: "AscDesc::new",
|
||||
})?;
|
||||
|
||||
Ok(AscDesc {
|
||||
|
Reference in New Issue
Block a user