-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Feature request: orderBy()->where()->take()->get(); #3
Comments
That should be possible already. It is tested here: https://github.com/jenssegers/Laravel-MongoDB/blob/master/tests/QueryTest.php#L154 |
Closed
This was referenced Sep 4, 2017
This was referenced Nov 26, 2018
3 tasks
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Hi,
would it possible to allow combinations of orderBy with where? Something like this:
This would be really cool to have. Please correct me, if there already should be a feature like this available!
Thanks in advance!
The text was updated successfully, but these errors were encountered: