Skip to content

Commit f77cc07

Browse files
authored
Merge branch 'main' into rebeccaellis-add-fullfillment-places
2 parents 2e75e67 + 3366409 commit f77cc07

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)