-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for SORT in collection.find function #358
Comments
Here's a PR to address that: #359 |
Hi @denizalpaslan, Thanks, I'll try and have a look this week. |
Is there a plan on having a new release of python-arango soon? I want to use this feature with the collection.find functionality. But in the current 8.1.4 release it is not included. |
Yes, once #361 is merged. Hopefully in about 10 mins 😄 |
Done, see https://pypi.org/project/python-arango/ (8.1.5) |
And it is working like a charm 🥑💪 |
Hi,
As I see in the API spec, currently it's not possible to specify sort parameters (field name and order) for "find" function. I think it would be a nice enhancement as it is a common operation. Ideally the function could receive a list of sort parameters (sort by multiple fields, each having a field name and a sort direction).
Would like to submit a PR for that.
The text was updated successfully, but these errors were encountered: