You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add support for sort in collection.find function (#359)
* add support for sort in collection.find function
* update sort parameter type. add SortValidationError as custom exception
* Update arango/collection.py
Co-authored-by: Alex Petenchea <[email protected]>
* Update arango/collection.py
Co-authored-by: Alex Petenchea <[email protected]>
* update utils.py and collection.py to raise SortValidationError
* update utils.py for build_sort_expression to accept Jsons or None
* Update arango/collection.py
---------
Co-authored-by: Deniz Alpaslan <[email protected]>
Co-authored-by: Alex Petenchea <[email protected]>
0 commit comments