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:
Additional Context
None
Describe the Bug
The
.order()method on theQueryoverwrites 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:
Additional Context
None