We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36e4d8a commit 7f45fffCopy full SHA for 7f45fff
docs/examples/scroll.asciidoc
@@ -103,7 +103,7 @@ async function run () {
103
// get the next response if there are more quotes to fetch
104
responseQueue.push(
105
await client.scroll({
106
- scrollId: body._scroll_id,
+ scroll_id: body._scroll_id,
107
scroll: '30s'
108
})
109
)
@@ -146,7 +146,7 @@ async function * scrollSearch (params) {
146
}
147
148
response = await client.scroll({
149
- scrollId: response._scroll_id,
+ scroll_id: response._scroll_id,
150
scroll: params.scroll
151
152
0 commit comments