You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few queries didn't have any limit implemented so I added an hardcoded limit of 100 to them in PR #362 to limit possible API related issues but without a pagination.
So we now need to implement a pagination system on those queries when needed.
I added the comment # TODO: implement pagination to the codebase to find those queries easily.
The text was updated successfully, but these errors were encountered:
@ismailToyran could you check what other queries have hardcoded pagination. If that's only the collection's traits values I think we can close this issue for now.
A few queries didn't have any limit implemented so I added an hardcoded limit of 100 to them in PR #362 to limit possible API related issues but without a pagination.
So we now need to implement a pagination system on those queries when needed.
I added the comment
# TODO: implement pagination
to the codebase to find those queries easily.The text was updated successfully, but these errors were encountered: