add a TODO while waiting for the tests to be fixed

This commit is contained in:
Tamo 2021-09-28 18:10:45 +02:00 committed by mpostma
parent bcaee4d179
commit ddfd7def35

View File

@ -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();