mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Add integration test of SortBy criterion
This commit is contained in:
parent
1b7f6ea1e7
commit
d1df0d20f9
6 changed files with 152 additions and 50 deletions
|
@ -22,7 +22,7 @@ use std::result::Result as StdResult;
|
|||
use fxhash::{FxHasher32, FxHasher64};
|
||||
use serde_json::{Map, Value};
|
||||
|
||||
pub use self::criterion::{default_criteria, Criterion};
|
||||
pub use self::criterion::{default_criteria, AscDesc, Criterion};
|
||||
pub use self::error::{
|
||||
Error, FieldIdMapMissingEntry, InternalError, SerializationError, UserError,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue