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
Is your feature request related to a problem? Please describe.
When downloading and exportbyquery, it would be nice to have the possibility of seeting another property to sort the results. Using a new option like sort_by , affecting the code: local_query = {"sort": {"_id": "asc"}, **query, **kwargs}
Is your feature request related to a problem? Please describe.
When downloading and exportbyquery, it would be nice to have the possibility of seeting another property to sort the results. Using a new option like
sort_by
, affecting the code:local_query = {"sort": {"_id": "asc"}, **query, **kwargs}
Describe the solution you'd like
Example :
The text was updated successfully, but these errors were encountered: