Skip to content

Commit

Permalink
More detail on create*Query prior results
Browse files Browse the repository at this point in the history
Co-authored-by: Curran Kelleher <68416+curran@users.noreply.github.com>
  • Loading branch information
ericyhwang and curran committed Apr 5, 2022
1 parent 8ca20dd commit c49ad21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Optional
> `options.results` -- [`Doc`]({{ site.baseurl }}{% link api/doc.md %})[]
> > Prior query results, if available, such as from server rendering
> > Prior query results, if available, such as from server rendering. This should be an array of Doc instances, as obtained from `connection.get(collection, id)`. If the docs' data is already available, invoke [`ingestSnapshot`]({{ site.baseurl }}{% link api/doc.md %}#ingestsnapshot) for each Doc instance beforehand to avoid re-transferring the data from the server.
> `options.*` -- any
Expand Down Expand Up @@ -107,7 +107,7 @@ Optional
> `options.results` -- [`Doc`]({{ site.baseurl }}{% link api/doc.md %})[]
> > Prior query results, if available, such as from server rendering
> > Prior query results, if available, such as from server rendering. This should be an array of Doc instances, as obtained from `connection.get(collection, id)`. If the docs' data is already available, invoke [`ingestSnapshot`]({{ site.baseurl }}{% link api/doc.md %}#ingestsnapshot) for each Doc instance beforehand to avoid re-transferring the data from the server.
> `options.*` -- any
Expand Down

0 comments on commit c49ad21

Please sign in to comment.