Skip to content
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

Allow .sort() descending to specify null at bottom instead of top #1454

Open
bill-zhanxg opened this issue Apr 29, 2024 · 0 comments
Open

Allow .sort() descending to specify null at bottom instead of top #1454

bill-zhanxg opened this issue Apr 29, 2024 · 0 comments

Comments

@bill-zhanxg
Copy link

bill-zhanxg commented Apr 29, 2024

Is your feature request related to a problem? Please describe.

Allow .sort() descending to specify null at bottom instead of top, this is useful when you're trying to sort conversations with latest_message linked field and it might be null

Describe the solution you'd like

db.sort(column, direction, nullAtBottom)

Describe alternatives you've considered

There is no alternative for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant