mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
add a TODO while waiting for the tests to be fixed
This commit is contained in:
parent
bcaee4d179
commit
ddfd7def35
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
fn fix_sort_query_parameters(sort_query: &str) -> Vec<String> {
|
||||
let mut sort_parameters = Vec::new();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue