From c49ad2119e33eed8cf85376f36231a33c2614688 Mon Sep 17 00:00:00 2001 From: Eric Hwang Date: Tue, 5 Apr 2022 09:06:26 -0700 Subject: [PATCH] More detail on create*Query prior results Co-authored-by: Curran Kelleher <68416+curran@users.noreply.github.com> --- docs/api/connection.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/connection.md b/docs/api/connection.md index 17951479..87df406c 100644 --- a/docs/api/connection.md +++ b/docs/api/connection.md @@ -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 @@ -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