Browse Source

Added a todo for the implementation of the sorting options parser

Roland Haroutiounian 9 years ago
parent
commit
7019aa5a40
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      lodel/datasource/mongodb/utils.py

+ 1
- 0
lodel/datasource/mongodb/utils.py View File

@@ -84,6 +84,7 @@ def convert_filter(filter):
84 84
 ## @brief Returns a list of sorting options
85 85
 # @param query_filters_order list
86 86
 # @return list
87
+# @todo To be implemented
87 88
 def parse_query_order(query_filters_order):
88 89
     ordering = list()
89 90
     return ordering

Loading…
Cancel
Save