Skip to content

Commit 3366409

Browse files
rebeccaellisglasnt
andauthored
fix(retail): add region tag for nodejs - Update search with query expansion (#4119)
* Update search-simple-query.js Added region tag to simply search query for code snippet update in the documentation. * Update search-with-pagination.js * Update search-with-query-expansion-spec.js * Update search-with-query-expansion-spec.js --------- Co-authored-by: Katie McLaughlin <[email protected]>
1 parent 5fb6b34 commit 3366409

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

retail/interactive-tutorials/search/search-with-query-expansion-spec.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_for_products_with_query_expansion_specification]
18+
1719
async function main() {
1820
// Imports the Google Cloud client library.
1921
const {SearchServiceClient} = require('@google-cloud/retail');
@@ -82,3 +84,5 @@ process.on('unhandledRejection', err => {
8284
});
8385

8486
main();
87+
88+
// [END retail_search_for_products_with_query_expansion_specification]

0 commit comments

Comments
 (0)