-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the Bug
The .order() method on the Query overwrites itself and only saves the last instance. This makes it impossible to sensible write queries which require multiple order by statements.
To Reproduce
repo.query().order("x").order("y");
Expected behavior
Should not throw away previous orders.
Screenshots / Logs
None
Environment Information:
- Java Language Level :
Additional Context
None
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working