Skip to content

Commit 521dafa

Browse files
authored
Merge pull request #2 from rebeccaellis/rebeccaellis-patch-search-with-pagination-sample
fix(retail): add region tag for JS - Search_With_Pagination sample
2 parents 79c293e + ec27aa3 commit 521dafa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

retail/interactive-tutorials/search/search-with-pagination.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
'use strict';
1616

17+
// [START retail_search_for_products_with_pagination]
1718
async function main() {
1819
// Imports the Google Cloud client library.
1920
const {SearchServiceClient} = require('@google-cloud/retail');
@@ -83,6 +84,8 @@ async function main() {
8384
//PASTE CALL WITH NEXT PAGE TOKEN HERE:
8485
}
8586

87+
// [END retail_search_for_products_with_pagination]
88+
8689
process.on('unhandledRejection', err => {
8790
console.error(err.message);
8891
process.exitCode = 1;

0 commit comments

Comments
 (0)