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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -22,7 +22,7 @@ All ElectroDB `query` and `scan` operations return a `cursor`, which is a string
The terminal method `go()` accepts a `cursor` when executing a `query` or `scan` to continue paginating for more results. Pass the cursor from the previous query to your next query and ElectroDB will continue its pagination where it left off.
> To limit the number of items ElectroDB will retrieve, read more about the [Query Options](/en/core-concepts/execution-queries)`pages` and `limit`.
> To limit the number of items ElectroDB will retrieve, read more about the [Query Options](/en/core-concepts/executing-queries/#execution-options)`pages` and `limit`.