mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
simplify the error handling of the sort syntax for meilisearch
This commit is contained in:
parent
4c09f6838f
commit
c7cb816ae1
3 changed files with 67 additions and 15 deletions
|
@ -25,7 +25,7 @@ use fxhash::{FxHasher32, FxHasher64};
|
|||
pub use grenad::CompressionType;
|
||||
use serde_json::{Map, Value};
|
||||
|
||||
pub use self::asc_desc::{AscDesc, AscDescError, Member};
|
||||
pub use self::asc_desc::{AscDesc, AscDescError, Member, SortError};
|
||||
pub use self::criterion::{default_criteria, Criterion, CriterionError};
|
||||
pub use self::error::{
|
||||
Error, FieldIdMapMissingEntry, InternalError, SerializationError, UserError,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue