FuelLabs / fuel-indexer

🗃 The Fuel indexer is a standalone service that can be used to index various components of the Fuel blockchain.
https://docs.fuel.network/docs/indexer/
140 stars 66 forks source link

enhancement: find_many order_by improvements #1486

Closed lostman closed 8 months ago

lostman commented 8 months ago

Description

Closes #1485.

This PR changes how asc() and desc() work to match SQL, adds ordering by multiple fields order_by((field1, field2)), and adds a couple more test cases.

Testing steps

CI tests should pass.

Changelog