There was an error while loading. Please reload this page.
1 parent dc521a2 commit bbe964fCopy full SHA for bbe964f
discoveryengine/search.js
@@ -67,7 +67,7 @@ async function main(
67
const response = await client.search(request, {
68
// Should disable autoPaginate to avoid iterate through all pages.
69
autoPaginate: false,
70
- })
+ });
71
const results = response[IResponseParams.ISearchResponse].results;
72
73
for (const result of results) {
0 commit comments