mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-26 12:05:05 +08:00
add a TODO while waiting for the tests to be fixed
This commit is contained in:
parent
bcaee4d179
commit
ddfd7def35
@ -79,6 +79,8 @@ impl From<SearchQueryGet> for SearchQuery {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: TAMO: split on :asc, and :desc, instead of doing some weird things
|
||||||
|
|
||||||
/// Transform the sort query parameter into something that matches the post expected format.
|
/// Transform the sort query parameter into something that matches the post expected format.
|
||||||
fn fix_sort_query_parameters(sort_query: &str) -> Vec<String> {
|
fn fix_sort_query_parameters(sort_query: &str) -> Vec<String> {
|
||||||
let mut sort_parameters = Vec::new();
|
let mut sort_parameters = Vec::new();
|
||||||
|
Loading…
Reference in New Issue
Block a user