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
{{ message }}
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.
Right now the limit parameter for a query is a hard limit for the whole execution of the query; when it is hit isDone() will be true. Consider changing this to a pagination limit that limits the number of records returned in a single call to the server. This way, the user can still maintain a global limit themselves if needed, and they can do things like have their own filter conditions that are not pushed down
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now the limit parameter for a query is a hard limit for the whole execution of the query; when it is hit isDone() will be true. Consider changing this to a pagination limit that limits the number of records returned in a single call to the server. This way, the user can still maintain a global limit themselves if needed, and they can do things like have their own filter conditions that are not pushed down
The text was updated successfully, but these errors were encountered: