Skip to content

Commit bcc3444

Browse files
authored
Update search-simple-query.js
Added region tag retail_search_simple_query
1 parent 8a6e111 commit bcc3444

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

retail/interactive-tutorials/search/search-simple-query.js

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

1515
'use strict';
1616

17+
// [START retail_search_simple_query]
18+
1719
async function main() {
1820
// Call Retail API to search for a products in a catalog using only search query.
1921

@@ -76,3 +78,5 @@ process.on('unhandledRejection', err => {
7678
});
7779

7880
main();
81+
82+
// [END retail_search_simple_query]

0 commit comments

Comments
 (0)