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: add find_many #1469

Closed lostman closed 9 months ago

lostman commented 9 months ago

Description

Closes #1467.

This PR adds the find_many() function to the Entity trait, which is like find(), except that it fetches multiple results.

Testing steps

CI tests should pass. This PR adds basic find_many tests to the existing find test.

Changelog